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