diff options
Diffstat (limited to 'hw/sga.c')
| -rw-r--r-- | hw/sga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sga.c b/hw/sga.c index a666349f82..d5c91ed98e 100644 --- a/hw/sga.c +++ b/hw/sga.c @@ -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" |