diff options
author | Alon Levy <alevy@redhat.com> | 2012-02-24 23:22:03 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-03-09 17:34:17 -0300 |
commit | 156b12d73983aa3c75ee1a82d5343787bb48e579 (patch) | |
tree | e0cc92a4a0da9797a063c99e656434990cdc6240 | |
parent | dac6b1b22cbad29ca34735a1e56c9feb9586e3c0 (diff) | |
download | qemu-156b12d73983aa3c75ee1a82d5343787bb48e579.zip qemu-156b12d73983aa3c75ee1a82d5343787bb48e579.tar.gz qemu-156b12d73983aa3c75ee1a82d5343787bb48e579.tar.bz2 |
qjson.h: include compiler.h for GCC_FMT_ATTR
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
-rw-r--r-- | qjson.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ #define QJSON_H #include <stdarg.h> +#include "compiler.h" #include "qobject.h" #include "qstring.h" |