diff options
Diffstat (limited to 'hw/xilinx_spi.c')
-rw-r--r-- | hw/xilinx_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xilinx_spi.c b/hw/xilinx_spi.c index 4eed1828e3..77f9178008 100644 --- a/hw/xilinx_spi.c +++ b/hw/xilinx_spi.c @@ -25,7 +25,7 @@ */ #include "sysbus.h" -#include "sysemu.h" +#include "sysemu/sysemu.h" #include "qemu/log.h" #include "fifo.h" |