Include the specific headers we need, rather than qemu-common.h. Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- include/qemu/timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/qemu/timer.h b/include/qemu/timer.h index 9939246..6205024 100644 --- a/include/qemu/timer.h +++ b/include/qemu/timer.h @@ -1,8 +1,9 @@ #ifndef QEMU_TIMER_H #define QEMU_TIMER_H +#include "osdep.h" +#include "glib-compat.h" #include "qemu/typedefs.h" -#include "qemu-common.h" #include "qemu/notify.h" #include "qemu/host-utils.h" -- 1.9.1