| Submitter | Eduardo Habkost |
|---|---|
| Date | Oct. 3, 2012, 5:48 p.m. |
| Message ID | <1349286518-28123-3-git-send-email-ehabkost@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/188866/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/qapi-types.py b/scripts/qapi-types.py index 49ef569..6e0e6ba 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)))