projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301255e
)
error-report.h: Supply missing include
author
Markus Armbruster
<armbru@redhat.com>
Fri, 7 Jun 2013 13:00:31 +0000
(15:00 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 14 Jun 2013 13:58:56 +0000
(08:58 -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>
include/qemu/error-report.h
patch
|
blob
|
history
diff --git
a/include/qemu/error-report.h
b/include/qemu/error-report.h
index c902cc10de96fc4a3ae721e1a2de271d3595972f..14c1719ad282dc67622b6a4531c78dc319704dbc 100644
(file)
--- 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 */