qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] vnc: add qapi/error.h include to stubs


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] vnc: add qapi/error.h include to stubs
Date: Tue, 13 Feb 2018 08:26:22 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/13/2018 01:05 AM, Gerd Hoffmann wrote:
Fixes --disable-vnc build failure.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
  ui/vnc-stubs.c | 1 +
  1 file changed, 1 insertion(+)


Reviewed-by: Eric Blake <address@hidden>

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)
  {


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]