projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac6b1b
)
qjson.h: include compiler.h for GCC_FMT_ATTR
author
Alon Levy
<alevy@redhat.com>
Fri, 24 Feb 2012 21:22:03 +0000
(23:22 +0200)
committer
Luiz Capitulino
<lcapitulino@redhat.com>
Fri, 9 Mar 2012 20:34:17 +0000
(17:34 -0300)
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
qjson.h
patch
|
blob
|
history
diff --git
a/qjson.h
b/qjson.h
index 65b10ea369e5e54447b781903ea258511593b1ed..1190d8a86c2b2edeb787375ffd13aadf66e7a55c 100644
(file)
--- a/
qjson.h
+++ b/
qjson.h
@@
-15,6
+15,7
@@
#define QJSON_H
#include <stdarg.h>
+#include "compiler.h"
#include "qobject.h"
#include "qstring.h"