diff options
Diffstat (limited to 'tests/check-qobject.c')
-rw-r--r-- | tests/check-qobject.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check-qobject.c b/tests/check-qobject.c index 9e1e82045f..885d0e3de6 100644 --- a/tests/check-qobject.c +++ b/tests/check-qobject.c @@ -6,9 +6,10 @@ * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. * See the COPYING.LIB file in the top-level directory. */ -#include "qemu/osdep.h" +#include "qemu/osdep.h" #include "qapi/qmp/qbool.h" +#include "qapi/qmp/qlist.h" #include "qapi/qmp/qnull.h" #include "qapi/qmp/qnum.h" #include "qapi/qmp/qstring.h" |