diff options
Diffstat (limited to 'qom/container.c')
-rw-r--r-- | qom/container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qom/container.c b/qom/container.c index 62b1648add..c9eb49b01e 100644 --- a/qom/container.c +++ b/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 <assert.h> static const TypeInfo container_info = { .name = "container", |