summaryrefslogtreecommitdiff
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-08-20 22:18:37 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-08-20 23:01:03 -0500
commit14015304b662e8f8ccce46c5a6927af6a14c510b (patch)
tree1d250e8bcefea6b6e3f40887fbc60e262bd6d241 /qemu-common.h
parent0ac543de94f4f5e7e79d59a56df60937cdd3cd24 (diff)
downloadqemu-14015304b662e8f8ccce46c5a6927af6a14c510b.tar.gz
Make glib mandatory and fixup utils appropriately
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h1
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"