]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/i386/xen/xen_apic.c
Include qemu/module.h where needed, drop it from qemu-common.h
[thirdparty/qemu.git] / hw / i386 / xen / xen_apic.c
index 55769eba7ede5a9a28d02b9da3c99761dd654b70..7c7a60b166e59bea23dce5f4eb3a2703132094a8 100644 (file)
@@ -9,10 +9,12 @@
  * 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 "hw/i386/apic_internal.h"
 #include "hw/pci/msi.h"
 #include "hw/xen/xen.h"
+#include "qemu/module.h"
 
 static uint64_t xen_apic_mem_read(void *opaque, hwaddr addr,
                                   unsigned size)