diff --git a/qemu/qom/container.c b/qemu/qom/container.c index e0e18f75..e9210268 100644 --- a/qemu/qom/container.c +++ b/qemu/qom/container.c @@ -10,9 +10,9 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "qom/object.h" #include "qemu/module.h" -#include static const TypeInfo container_info = { "container", diff --git a/qemu/qom/cpu.c b/qemu/qom/cpu.c index 217cf770..db0f4789 100644 --- a/qemu/qom/cpu.c +++ b/qemu/qom/cpu.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/log.h" #include "uc_priv.h" diff --git a/qemu/qom/object.c b/qemu/qom/object.c index 9241db69..04616856 100644 --- a/qemu/qom/object.c +++ b/qemu/qom/object.c @@ -10,6 +10,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "qom/object.h" #include "qemu-common.h" #include "qapi/visitor.h" diff --git a/qemu/qom/qom-qobject.c b/qemu/qom/qom-qobject.c index f1579ff2..4b684dac 100644 --- a/qemu/qom/qom-qobject.c +++ b/qemu/qom/qom-qobject.c @@ -9,6 +9,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qom/object.h" #include "qom/qom-qobject.h"