]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qom/container.c
target-i386: add Skylake-Client cpu model
[mirror_qemu.git] / qom / container.c
index 62b1648add8cf929d654cfd2699cf77f66563a37..c9eb49b01edb3a373366c159da0e57b318231933 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",