Now that the schema can be configured, it is crucial that all types are configured the same. Make sure config-host.h is included, so build-sys tracks the dependency and rebuilds the types, by including osdep.h first.
Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- scripts/qapi/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/qapi/types.py b/scripts/qapi/types.py index fd7808103c..91f87d0b8f 100644 --- a/scripts/qapi/types.py +++ b/scripts/qapi/types.py @@ -201,6 +201,7 @@ class QAPISchemaGenTypeVisitor(QAPISchemaModularCVisitor): ''', types=types, visit=visit)) self._genh.preamble_add(mcgen(''' +#include "qemu/osdep.h" #include "qapi/qapi-builtin-types.h" ''')) -- 2.18.0.rc1