diff options
Diffstat (limited to 'hw/lm32_pic.c')
-rw-r--r-- | hw/lm32_pic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/lm32_pic.c b/hw/lm32_pic.c index d17c310d5c..b4e80c8d8c 100644 --- a/hw/lm32_pic.c +++ b/hw/lm32_pic.c @@ -20,11 +20,11 @@ #include <assert.h> #include "hw/hw.h" -#include "hw/pc.h" +#include "hw/i386/pc.h" #include "monitor/monitor.h" #include "hw/sysbus.h" #include "trace.h" -#include "hw/lm32_pic.h" +#include "hw/lm32/lm32_pic.h" struct LM32PicState { SysBusDevice busdev; |