summary refs log tree commit diff stats
path: root/hw/misc/sga.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/sga.c')
-rw-r--r--hw/misc/sga.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/misc/sga.c b/hw/misc/sga.c
index 4a22a52a60..da04924f5f 100644
--- a/hw/misc/sga.c
+++ b/hw/misc/sga.c
@@ -24,9 +24,11 @@
  * sgabios code originally available at code.google.com/p/sgabios
  *
  */
+
 #include "qemu/osdep.h"
 #include "hw/isa/isa.h"
 #include "hw/loader.h"
+#include "qemu/module.h"
 #include "sysemu/sysemu.h"
 
 #define SGABIOS_FILENAME "sgabios.bin"