projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728cc99
)
milkymist: fix tmu2.c build failure (missing error.h include)
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 21 Jun 2016 10:11:51 +0000
(12:11 +0200)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 21 Jun 2016 12:25:09 +0000
(13:25 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/display/milkymist-tmu2.c
patch
|
blob
|
history
diff --git
a/hw/display/milkymist-tmu2.c
b/hw/display/milkymist-tmu2.c
index 356483fb21a5e4fbdcc7933814821dfb8593d3aa..9c0018448a63f3a40bdc53bc2b5d977c4dc47a91 100644
(file)
--- 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>