Skip to content

Commit

Permalink
vnc: add qapi/error.h include to stubs
Browse files Browse the repository at this point in the history
Fixes --disable-vnc build failure.

Signed-off-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-id: [email protected]
  • Loading branch information
kraxel committed Feb 16, 2018
1 parent f42fdb2 commit 577ce40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/vnc-stubs.c
Original file line number Diff line number Diff line change
@@ -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)
{
Expand Down

0 comments on commit 577ce40

Please sign in to comment.