From f2ad72b30e214d1e3e41dba36f855354dfa81832 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:50:01 +0000 Subject: qobject: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Reviewed-by: Eric Blake Message-id: 1454089805-5470-12-git-send-email-peter.maydell@linaro.org --- qobject/qint.c | 1 + 1 file changed, 1 insertion(+) (limited to 'qobject/qint.c') diff --git a/qobject/qint.c b/qobject/qint.c index 7cba9ad..d7d1b30 100644 --- a/qobject/qint.c +++ b/qobject/qint.c @@ -10,6 +10,7 @@ * See the COPYING.LIB file in the top-level directory. */ +#include "qemu/osdep.h" #include "qapi/qmp/qint.h" #include "qapi/qmp/qobject.h" #include "qemu-common.h" -- cgit v1.1