diff mbox

[1/4] qemu: add Error to typedefs

Message ID 1379834193-27842-2-git-send-email-mst@redhat.com
State New
Headers show

Commit Message

Michael S. Tsirkin Sept. 22, 2013, 7:16 a.m. UTC
This is so qom headers can use it without pulling in
extra headers.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 include/qemu/typedefs.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index c5c6e36..bb5acf9 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -9,6 +9,7 @@  typedef struct QEMUFile QEMUFile;
 typedef struct QEMUBH QEMUBH;
 typedef struct QInt QInt;
 typedef struct QObject QObject;
+typedef struct Error Error;
 
 typedef struct AioContext AioContext;