diff options
Diffstat (limited to 'hw/net/i82596.h')
| -rw-r--r-- | hw/net/i82596.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/i82596.h b/hw/net/i82596.h index f0bbe810eb..4bdfcaf856 100644 --- a/hw/net/i82596.h +++ b/hw/net/i82596.h @@ -3,7 +3,7 @@ #define I82596_IOPORT_SIZE 0x20 -#include "exec/memory.h" +#include "system/memory.h" #include "exec/address-spaces.h" #define PORT_RESET 0x00 /* reset 82596 */ |