diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-06 11:22:34 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:31:30 +0100 |
commit | 79ee7df8853c5d7085d87036420b6b388dda2595 (patch) | |
tree | 6f2b23fcb24e3af7137fdfe22f62ad2b79a46b5d /qemu-error.h | |
parent | 28ecbaeecb139a214f019207402a35d7b58aec0f (diff) |
qapi: move inclusions of qemu-common.h from headers to .c files
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-error.h')
-rw-r--r-- | qemu-error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-error.h b/qemu-error.h index 93d74b4a30..c902cc10de 100644 --- a/qemu-error.h +++ b/qemu-error.h @@ -13,6 +13,8 @@ #ifndef QEMU_ERROR_H #define QEMU_ERROR_H +#include <stdarg.h> + typedef struct Location { /* all members are private to qemu-error.c */ enum { LOC_NONE, LOC_CMDLINE, LOC_FILE } kind; |