aboutsummaryrefslogtreecommitdiff
path: root/hw/display/milkymist-tmu2.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-06-21 12:11:51 +0200
committerPeter Maydell <peter.maydell@linaro.org>2016-06-21 13:25:09 +0100
commit55543e7623777108476820558862012a2d3bd4cf (patch)
treefc3f30914b440b5994e62df2802a5ee34e40c03b /hw/display/milkymist-tmu2.c
parent728cc990f623f366f2c31c1b68d7c23091347cc8 (diff)
downloadqemu-55543e7623777108476820558862012a2d3bd4cf.zip
qemu-55543e7623777108476820558862012a2d3bd4cf.tar.gz
qemu-55543e7623777108476820558862012a2d3bd4cf.tar.bz2
milkymist: fix tmu2.c build failure (missing error.h include)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Michael Walle <michael@walle.cc> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/display/milkymist-tmu2.c')
-rw-r--r--hw/display/milkymist-tmu2.c1
1 files changed, 1 insertions, 0 deletions
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>