diff options
| author | Max Reitz <mreitz@redhat.com> | 2017-11-14 19:01:23 +0100 |
|---|---|---|
| committer | Max Reitz <mreitz@redhat.com> | 2017-11-17 18:21:30 +0100 |
| commit | 84be629d5545b5ccc5bff2824e4288677e27de9c (patch) | |
| tree | 4f89cfcb5d1823e0285def958f4c822291617256 /include/qapi/qmp/types.h | |
| parent | 4096974e1885913dfe2931863be47bd35b266521 (diff) | |
| download | focaccia-qemu-84be629d5545b5ccc5bff2824e4288677e27de9c.tar.gz focaccia-qemu-84be629d5545b5ccc5bff2824e4288677e27de9c.zip | |
qapi/qnull: Add own header
Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: 20171114180128.17076-2-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'include/qapi/qmp/types.h')
| -rw-r--r-- | include/qapi/qmp/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qapi/qmp/types.h b/include/qapi/qmp/types.h index a4bc662bfb..749ac44dcb 100644 --- a/include/qapi/qmp/types.h +++ b/include/qapi/qmp/types.h @@ -19,5 +19,6 @@ #include "qapi/qmp/qstring.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qlist.h" +#include "qapi/qmp/qnull.h" #endif /* QAPI_QMP_TYPES_H */ |