commit | 14015304b662e8f8ccce46c5a6927af6a14c510b | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Sat Aug 20 22:18:37 2011 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Sat Aug 20 23:01:03 2011 -0500 |
tree | 1d250e8bcefea6b6e3f40887fbc60e262bd6d241 | |
parent | 0ac543de94f4f5e7e79d59a56df60937cdd3cd24 [diff] [blame] |
Make glib mandatory and fixup utils appropriately Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/qemu-common.h b/qemu-common.h index 74d5c4b..c1d4126 100644 --- a/qemu-common.h +++ b/qemu-common.h
@@ -37,6 +37,7 @@ #include <sys/time.h> #include <assert.h> #include <signal.h> +#include <glib.h> #ifdef _WIN32 #include "qemu-os-win32.h"