These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / qom / container.c
index 62b1648..c9eb49b 100644 (file)
@@ -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",