* [Qemu-devel] [PATCH] vnc: add qapi/error.h include to stubs
@ 2018-02-13 7:05 Gerd Hoffmann
2018-02-13 14:26 ` Eric Blake
0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2018-02-13 7:05 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Fixes --disable-vnc build failure.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
ui/vnc-stubs.c | 1 +
1 file changed, 1 insertion(+)
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)
{
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] vnc: add qapi/error.h include to stubs
2018-02-13 7:05 [Qemu-devel] [PATCH] vnc: add qapi/error.h include to stubs Gerd Hoffmann
@ 2018-02-13 14:26 ` Eric Blake
0 siblings, 0 replies; 2+ messages in thread
From: Eric Blake @ 2018-02-13 14:26 UTC (permalink / raw)
To: Gerd Hoffmann, qemu-devel
On 02/13/2018 01:05 AM, Gerd Hoffmann wrote:
> Fixes --disable-vnc build failure.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> ui/vnc-stubs.c | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Eric Blake <eblake@redhat.com>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-13 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 7:05 [Qemu-devel] [PATCH] vnc: add qapi/error.h include to stubs Gerd Hoffmann
2018-02-13 14:26 ` Eric Blake
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).