From: Markus Armbruster Date: Fri, 7 Jun 2013 13:00:31 +0000 (+0200) Subject: error-report.h: Supply missing include X-Git-Tag: v1.5.1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75525693cce6c7d47d2029fc12a0150eb44d57c3;p=thirdparty%2Fqemu.git error-report.h: Supply missing include Missed in commit e5924d8. Signed-off-by: Markus Armbruster Reviewed-by: Laszlo "ever the optimist" Ersek Message-id: 1370610036-10577-2-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori (cherry picked from commit b293796fd71009ecffe4343713a4e4e568c33fb0) Signed-off-by: Michael Roth --- diff --git a/include/qemu/error-report.h b/include/qemu/error-report.h index c902cc10de9..14c1719ad28 100644 --- a/include/qemu/error-report.h +++ b/include/qemu/error-report.h @@ -14,6 +14,7 @@ #define QEMU_ERROR_H #include +#include "qemu/compiler.h" typedef struct Location { /* all members are private to qemu-error.c */