diff options
author | 2018-02-01 12:18:40 +0100 | |
---|---|---|
committer | 2018-02-09 13:52:15 +0100 | |
commit | fc81fa1eb0d3049f715d74e6f01ca24c0501d582 (patch) | |
tree | bfdeffc6e134ad4a6c01b8e639360681e72a58a0 /tests/test-qobject-output-visitor.c | |
parent | Include qapi/qmp/qdict.h exactly where needed (diff) | |
download | qemu-fc81fa1eb0d3049f715d74e6f01ca24c0501d582.tar.xz qemu-fc81fa1eb0d3049f715d74e6f01ca24c0501d582.zip |
Include qapi/qmp/qstring.h exactly where needed
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-14-armbru@redhat.com>
Diffstat (limited to 'tests/test-qobject-output-visitor.c')
-rw-r--r-- | tests/test-qobject-output-visitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-qobject-output-visitor.c b/tests/test-qobject-output-visitor.c index 09a56d2d06..1b8a9ee372 100644 --- a/tests/test-qobject-output-visitor.c +++ b/tests/test-qobject-output-visitor.c @@ -21,6 +21,7 @@ #include "qapi/qmp/qlist.h" #include "qapi/qmp/qnull.h" #include "qapi/qmp/qnum.h" +#include "qapi/qmp/qstring.h" #include "qapi/qmp/qjson.h" typedef struct TestOutputVisitorData { |