diff mbox

milkymist: fix tmu2.c build failure (missing error.h include)

Message ID 1466503912-13109-1-git-send-email-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Gerd Hoffmann June 21, 2016, 10:11 a.m. UTC
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/display/milkymist-tmu2.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Walle June 21, 2016, 12:09 p.m. UTC | #1
Am 2016-06-21 12:11, schrieb Gerd Hoffmann:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>


Ouch, sorry. Must haved missed the opengl feature yesterday.

Acked-by: Michael Walle <michael@walle.cc>

> ---
>  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>
Peter Maydell June 21, 2016, 12:50 p.m. UTC | #2
On 21 June 2016 at 13:09, Michael Walle <michael@walle.cc> wrote:
> Am 2016-06-21 12:11, schrieb Gerd Hoffmann:
>>
>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>
>
>
> Ouch, sorry. Must haved missed the opengl feature yesterday.
>
> Acked-by: Michael Walle <michael@walle.cc>

Thanks; applied to master as a buildfix.

-- PMM
diff mbox

Patch

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>