summaryrefslogtreecommitdiffstats
path: root/include/qemu/error-report.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2013-06-07 15:00:31 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-06-14 08:58:56 -0500
commitb293796fd71009ecffe4343713a4e4e568c33fb0 (patch)
treeeb9ed8352ad3af8441d86894f859283f69282592 /include/qemu/error-report.h
parent301255e6303457e10b9a42dc208f80c058004c1c (diff)
downloadhqemu-b293796fd71009ecffe4343713a4e4e568c33fb0.zip
hqemu-b293796fd71009ecffe4343713a4e4e568c33fb0.tar.gz
error-report.h: Supply missing include
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>
Diffstat (limited to 'include/qemu/error-report.h')
-rw-r--r--include/qemu/error-report.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/error-report.h b/include/qemu/error-report.h
index c902cc1..14c1719 100644
--- a/include/qemu/error-report.h
+++ b/include/qemu/error-report.h
@@ -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 */
OpenPOWER on IntegriCloud