As usual so we can use typedefs without header dependencies. Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> Reviewed-by: Gerd Hoffmann <kra...@redhat.com> Tested-by: Gerd Hoffmann <kra...@redhat.com> Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- include/qom/object.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/qom/object.h b/include/qom/object.h index 1a7b71a..5b3b743 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -17,6 +17,7 @@ #include <glib.h> #include <stdint.h> #include <stdbool.h> +#include "qemu/typedefs.h" #include "qemu/queue.h" struct Visitor; -- MST