OSDN Git Service

vnc: add qapi/error.h include to stubs
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 13 Feb 2018 07:05:26 +0000 (08:05 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 16 Feb 2018 11:23:21 +0000 (12:23 +0100)
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

ui/vnc-stubs.c

index f512805..06c4ac6 100644 (file)
@@ -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)
 {