diff options
Diffstat (limited to 'src/dev/etherdevice.hh')
-rw-r--r-- | src/dev/etherdevice.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/etherdevice.hh b/src/dev/etherdevice.hh index ace600a4e..45df2a2df 100644 --- a/src/dev/etherdevice.hh +++ b/src/dev/etherdevice.hh @@ -37,7 +37,7 @@ #define __DEV_ETHERDEVICE_HH__ #include "base/statistics.hh" -#include "dev/pcidev.hh" +#include "dev/pci/device.hh" #include "params/EtherDevice.hh" #include "params/EtherDevBase.hh" #include "sim/sim_object.hh" |