diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-02-13 08:05:26 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-02-16 12:23:21 +0100 |
commit | 577ce409acd439b7b5ad14935569cfb10bf261f3 (patch) | |
tree | 220be6779ffa7b68bef1f58794d2235f0eca5d9a /ui/vnc-stubs.c | |
parent | f42fdb24b740f2b99526128dd6e78197e033be11 (diff) |
vnc: add qapi/error.h include to stubs
Fixes --disable-vnc build failure.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20180213070526.22475-1-kraxel@redhat.com
Diffstat (limited to 'ui/vnc-stubs.c')
-rw-r--r-- | ui/vnc-stubs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/vnc-stubs.c b/ui/vnc-stubs.c index f51280549a..06c4ac6296 100644 --- a/ui/vnc-stubs.c +++ b/ui/vnc-stubs.c @@ -1,5 +1,6 @@ #include "qemu/osdep.h" #include "ui/console.h" +#include "qapi/error.h" int vnc_display_password(const char *id, const char *password) { |