diff options
author | Markus Armbruster <armbru@redhat.com> | 2013-06-07 15:00:31 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-06-14 08:58:56 -0500 |
commit | b293796fd71009ecffe4343713a4e4e568c33fb0 (patch) | |
tree | eb9ed8352ad3af8441d86894f859283f69282592 /include/qemu | |
parent | 301255e6303457e10b9a42dc208f80c058004c1c (diff) | |
download | qemu-b293796fd71009ecffe4343713a4e4e568c33fb0.zip qemu-b293796fd71009ecffe4343713a4e4e568c33fb0.tar.gz qemu-b293796fd71009ecffe4343713a4e4e568c33fb0.tar.bz2 |
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')
-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 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 */ |