]> git.proxmox.com Git - mirror_qemu.git/blobdiff - backends/hostmem-memfd.c
i386/kvm: Fix build with -m32
[mirror_qemu.git] / backends / hostmem-memfd.c
index 46b15b916af630ee11ef0afdac302120c9b3ff9c..26070b425e4085d55ba81556fcfec4d9b014ff9d 100644 (file)
@@ -9,12 +9,13 @@
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  * See the COPYING file in the top-level directory.
  */
+
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "sysemu/hostmem.h"
 #include "sysemu/sysemu.h"
 #include "qom/object_interfaces.h"
 #include "qemu/memfd.h"
+#include "qemu/module.h"
 #include "qapi/error.h"
 
 #define TYPE_MEMORY_BACKEND_MEMFD "memory-backend-memfd"