diff --git a/qemu/include/qemu-common.h b/qemu/include/qemu-common.h index 4a50b728..112c601a 100644 --- a/qemu/include/qemu-common.h +++ b/qemu/include/qemu-common.h @@ -24,7 +24,6 @@ #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR) #include "unicorn/platform.h" -#include "glib_compat.h" /* HOST_LONG_BITS is the size of a native pointer in bits. */ #if UINTPTR_MAX == UINT32_MAX diff --git a/qemu/include/qemu/osdep.h b/qemu/include/qemu/osdep.h index b73eacd8..c331a292 100644 --- a/qemu/include/qemu/osdep.h +++ b/qemu/include/qemu/osdep.h @@ -61,6 +61,8 @@ #include "sysemu/os-win32.h" #endif +#include "glib_compat.h" + #if defined(CONFIG_SOLARIS) && CONFIG_SOLARIS_VERSION < 10 /* [u]int_fast*_t not in */ typedef unsigned char uint_fast8_t;