summaryrefslogtreecommitdiffstats
path: root/qemu/qom/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/qom/container.c')
-rw-r--r--qemu/qom/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/qom/container.c b/qemu/qom/container.c
index 62b1648ad..c9eb49b01 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 <assert.h>
static const TypeInfo container_info = {
.name = "container",