diff options
-rw-r--r-- | hmp.c | 1 | ||||
-rw-r--r-- | net/tap.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ #include "qemu-option.h" #include "qemu-timer.h" #include "qmp-commands.h" +#include "monitor.h" static void hmp_handle_error(Monitor *mon, Error **errp) { @@ -34,6 +34,7 @@ #include <net/if.h> #include "net.h" +#include "monitor.h" #include "sysemu.h" #include "qemu-char.h" #include "qemu-common.h" |