diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-11 10:35:39 +0100 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2018-03-02 13:14:08 -0600 |
commit | 0dd13589b0dc1d91bb1281a0d10ddaa71b8b5ccd (patch) | |
tree | dfb5edd1d3e385196b6580b444f63b8c60379ed7 /chardev | |
parent | 136c67e07869227b21b3f627316e03679ce7b738 (diff) |
Include qapi/qmp/qerror.h exactly where needed
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180211093607.27351-2-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'chardev')
-rw-r--r-- | chardev/char-fe.c | 1 | ||||
-rw-r--r-- | chardev/char.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chardev/char-fe.c b/chardev/char-fe.c index c611b3fa3e..e5f870e4d2 100644 --- a/chardev/char-fe.c +++ b/chardev/char-fe.c @@ -24,6 +24,7 @@ #include "qemu/osdep.h" #include "qemu/error-report.h" #include "qapi/error.h" +#include "qapi/qmp/qerror.h" #include "qapi-visit.h" #include "sysemu/replay.h" diff --git a/chardev/char.c b/chardev/char.c index 01d979a1da..c9a4da5516 100644 --- a/chardev/char.c +++ b/chardev/char.c @@ -32,6 +32,7 @@ #include "qmp-commands.h" #include "qapi-visit.h" #include "qapi/error.h" +#include "qapi/qmp/qerror.h" #include "sysemu/replay.h" #include "qemu/help_option.h" #include "qemu/option.h" |