diff options
Diffstat (limited to 'tests/check-qobject.c')
-rw-r--r-- | tests/check-qobject.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check-qobject.c b/tests/check-qobject.c index 06b9c6ec34..9e1e82045f 100644 --- a/tests/check-qobject.c +++ b/tests/check-qobject.c @@ -9,6 +9,8 @@ #include "qemu/osdep.h" #include "qapi/qmp/qbool.h" +#include "qapi/qmp/qnull.h" +#include "qapi/qmp/qnum.h" #include "qapi/qmp/qstring.h" #include "qemu-common.h" |