Extract 'struct bregs' out of biosvar.h; clean up header includes.
[seabios.git] / src / shadow.c
index 887851d1b96c43fd377c803db7e9d5b432aecf01..b9457c55b7a5a5c0f385542ab66ccf501efef272 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "util.h" // memcpy
 #include "pci.h" // pci_config_writeb
+#include "config.h" // CONFIG_*
 
 // Test if 'addr' is in the range from 'start'..'start+size'
 #define IN_RANGE(addr, start, size) ({   \