diff options
Diffstat (limited to 'qobject/qstring.c')
-rw-r--r-- | qobject/qstring.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qobject/qstring.c b/qobject/qstring.c index f44c5c424d..5da7b5f37c 100644 --- a/qobject/qstring.c +++ b/qobject/qstring.c @@ -10,6 +10,7 @@ * See the COPYING.LIB file in the top-level directory. */ +#include "qemu/osdep.h" #include "qapi/qmp/qobject.h" #include "qapi/qmp/qstring.h" #include "qemu-common.h" |