diff options
Diffstat (limited to 'hw/net/mv88w8618_eth.c')
| -rw-r--r-- | hw/net/mv88w8618_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/mv88w8618_eth.c b/hw/net/mv88w8618_eth.c index ccb11512db..b8abffdfa2 100644 --- a/hw/net/mv88w8618_eth.c +++ b/hw/net/mv88w8618_eth.c @@ -12,7 +12,7 @@ #include "hw/irq.h" #include "hw/net/mv88w8618_eth.h" #include "migration/vmstate.h" -#include "sysemu/dma.h" +#include "system/dma.h" #include "net/net.h" #define MP_ETH_SIZE 0x00001000 |