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>
This commit is contained in:
Gerd Hoffmann 2016-06-21 12:11:51 +02:00 committed by Peter Maydell
parent 728cc990f6
commit 55543e7623

View 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>