This is so qom headers can use it without pulling in extra headers. Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> 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 a4c1b84..46c3599 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -7,6 +7,7 @@ typedef struct QEMUTimer QEMUTimer; typedef struct QEMUTimerListGroup QEMUTimerListGroup; typedef struct QEMUFile QEMUFile; typedef struct QEMUBH QEMUBH; +typedef struct Error Error; typedef struct AioContext AioContext; -- MST