milkymist: fix tmu2.c build failure (missing error.h include)
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 21 Jun 2016 10:11:51 +0000 (12:11 +0200)
committerPeter 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

index 356483fb21a5e4fbdcc7933814821dfb8593d3aa..9c0018448a63f3a40bdc53bc2b5d977c4dc47a91 100644 (file)
@@ -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>