qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] milkymist: fix tmu2.c build failure (missing error.h include)
@ 2016-06-21 10:11 Gerd Hoffmann
  2016-06-21 12:09 ` Michael Walle
  0 siblings, 1 reply; 3+ messages in thread
From: Gerd Hoffmann @ 2016-06-21 10:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Michael Walle

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/display/milkymist-tmu2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/display/milkymist-tmu2.c b/hw/display/milkymist-tmu2.c
index 356483f..9c00184 100644
--- a/hw/display/milkymist-tmu2.c
+++ b/hw/display/milkymist-tmu2.c
@@ -29,6 +29,7 @@
 #include "hw/sysbus.h"
 #include "trace.h"
 #include "qemu/error-report.h"
+#include "qapi/error.h"
 
 #include <X11/Xlib.h>
 #include <epoxy/gl.h>
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-21 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 10:11 [Qemu-devel] [PATCH] milkymist: fix tmu2.c build failure (missing error.h include) Gerd Hoffmann
2016-06-21 12:09 ` Michael Walle
2016-06-21 12:50   ` Peter Maydell

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