Extract 'struct bregs' out of biosvar.h; clean up header includes.
[seabios.git] / src / smm.c
index 9a9edb89c9470b30c07ab523f6f74d31c394f76e..9500e923bf38e81b779f62d1cca66ee0f7ee8172 100644 (file)
--- a/src/smm.c
+++ b/src/smm.c
@@ -7,6 +7,8 @@
 
 #include "pci.h" // PCIDevice
 #include "util.h" // wbinvd
+#include "config.h" // CONFIG_*
+#include "ioport.h" // outb
 
 asm(
     ".global smm_relocation_start\n"