commit | dccfcd0e5f8f37360ebda11ccc4dab164c04d5a3 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 08 16:55:25 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 15 18:19:25 2013 +0200 |
tree | 87fed71982c08112ae23dcc41bb19689af23cec2 | |
parent | bdee56f5466a724f043e6cfcfcf69866cc48cc94 [diff] [blame] |
sysemu: avoid proliferation of include/ subdirectories Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/monitor.c b/monitor.c index e605822..2909ca1 100644 --- a/monitor.c +++ b/monitor.c
@@ -33,7 +33,7 @@ #include "exec/gdbstub.h" #include "net/net.h" #include "net/slirp.h" -#include "char/char.h" +#include "sysemu/char.h" #include "ui/qemu-spice.h" #include "sysemu/sysemu.h" #include "monitor/monitor.h"