diff options
Diffstat (limited to 'tests/check-qobject.c')
-rw-r--r-- | tests/check-qobject.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/check-qobject.c b/tests/check-qobject.c index 710f9e6b0a..7a3670643c 100644 --- a/tests/check-qobject.c +++ b/tests/check-qobject.c @@ -6,9 +6,14 @@ * 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 "qapi/qmp/types.h" +#include "qemu/osdep.h" +#include "qapi/qmp/qbool.h" +#include "qapi/qmp/qdict.h" +#include "qapi/qmp/qlist.h" +#include "qapi/qmp/qnull.h" +#include "qapi/qmp/qnum.h" +#include "qapi/qmp/qstring.h" #include "qemu-common.h" #include <math.h> |