]> git.proxmox.com Git - qemu.git/commitdiff
error-report.h: Supply missing include
authorMarkus Armbruster <armbru@redhat.com>
Fri, 7 Jun 2013 13:00:31 +0000 (15:00 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 17 Jun 2013 23:01:42 +0000 (18:01 -0500)
Missed in commit e5924d8.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo "ever the optimist" Ersek <lersek@redhat.com>
Message-id: 1370610036-10577-2-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit b293796fd71009ecffe4343713a4e4e568c33fb0)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
include/qemu/error-report.h

index c902cc10de96fc4a3ae721e1a2de271d3595972f..14c1719ad282dc67622b6a4531c78dc319704dbc 100644 (file)
@@ -14,6 +14,7 @@
 #define QEMU_ERROR_H
 
 #include <stdarg.h>
+#include "qemu/compiler.h"
 
 typedef struct Location {
     /* all members are private to qemu-error.c */