diff options
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index 74d5c4b962..c1d4126439 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -37,6 +37,7 @@ typedef struct Monitor Monitor; #include <sys/time.h> #include <assert.h> #include <signal.h> +#include <glib.h> #ifdef _WIN32 #include "qemu-os-win32.h" |