This is so qom headers can use it without pulling in extra headers. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- include/qemu/typedefs.h | 1 + 1 file changed, 1 insertion(+)
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; -- MST