diff options
Diffstat (limited to 'hw/serial-isa.c')
-rw-r--r-- | hw/serial-isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/serial-isa.c b/hw/serial-isa.c index 5a6f51f..a630a7d 100644 --- a/hw/serial-isa.c +++ b/hw/serial-isa.c @@ -23,8 +23,8 @@ * THE SOFTWARE. */ -#include "serial.h" -#include "isa.h" +#include "hw/serial.h" +#include "hw/isa.h" typedef struct ISASerialState { ISADevice dev; |