mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
dac6b1b22c
commit
156b12d739
1 changed files with 1 additions and 0 deletions
1
qjson.h
1
qjson.h
|
@ -15,6 +15,7 @@
|
|||
#define QJSON_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "compiler.h"
|
||||
#include "qobject.h"
|
||||
#include "qstring.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue