aboutsummaryrefslogtreecommitdiff
path: root/qga/cutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'qga/cutils.c')
-rw-r--r--qga/cutils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/qga/cutils.c b/qga/cutils.c
index b8e142ef64..b21bcf3683 100644
--- a/qga/cutils.c
+++ b/qga/cutils.c
@@ -2,8 +2,9 @@
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
-#include "cutils.h"
+#include "qemu/osdep.h"
+#include "cutils.h"
#include "qapi/error.h"
/**