diff options
author | Markus Armbruster <armbru@redhat.com> | 2013-06-07 15:00:31 +0200 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2013-06-17 18:01:42 -0500 |
commit | 75525693cce6c7d47d2029fc12a0150eb44d57c3 (patch) | |
tree | 27183de740957c8b2d30119bac85293c274d30cd | |
parent | 02d26729ea39fdca8385fbaf96cef904b2935891 (diff) |
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>
(cherry picked from commit b293796fd71009ecffe4343713a4e4e568c33fb0)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
-rw-r--r-- | include/qemu/error-report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/error-report.h b/include/qemu/error-report.h index c902cc10de..14c1719ad2 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 */ |