]> Git Repo - qemu.git/commitdiff
qjson.h: include compiler.h for GCC_FMT_ATTR
authorAlon Levy <[email protected]>
Fri, 24 Feb 2012 21:22:03 +0000 (23:22 +0200)
committerLuiz Capitulino <[email protected]>
Fri, 9 Mar 2012 20:34:17 +0000 (17:34 -0300)
Signed-off-by: Alon Levy <[email protected]>
Signed-off-by: Luiz Capitulino <[email protected]>
qjson.h

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"
 
This page took 0.021346 seconds and 4 git commands to generate.