| Submitter | Andreas Färber |
|---|---|
| Date | Nov. 15, 2012, 3:06 a.m. |
| Message ID | <1352948807-30415-9-git-send-email-afaerber@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/199119/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/qapi-types.py b/scripts/qapi-types.py index 1b84834..6bc2391 100644 --- a/scripts/qapi-types.py +++ b/scripts/qapi-types.py @@ -273,7 +273,8 @@ fdecl.write(mcgen(''' #ifndef %(guard)s #define %(guard)s -#include "qemu-common.h" +#include <stdbool.h> +#include <stdint.h> ''', guard=guardname(h_file)))