diff options
Diffstat (limited to 'hw/sga.c')
-rw-r--r-- | hw/sga.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,10 +24,10 @@ * sgabios code originally available at code.google.com/p/sgabios * */ -#include "pci.h" +#include "pci/pci.h" #include "pc.h" #include "loader.h" -#include "sysemu.h" +#include "sysemu/sysemu.h" #define SGABIOS_FILENAME "sgabios.bin" |