qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/3] qjson.h: include compiler.h for GCC_FMT_ATTR


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 1/3] qjson.h: include compiler.h for GCC_FMT_ATTR
Date: Fri, 9 Mar 2012 17:55:17 -0300

From: Alon Levy <address@hidden>

Signed-off-by: Alon Levy <address@hidden>
Signed-off-by: Luiz Capitulino <address@hidden>
---
 qjson.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/qjson.h b/qjson.h
index 65b10ea..1190d8a 100644
--- 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"
 
-- 
1.7.9.2.384.g4a92a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]