diff options
Diffstat (limited to 'dev/ide_disk.cc')
-rw-r--r-- | dev/ide_disk.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc index ea8f151c0..41400c590 100644 --- a/dev/ide_disk.cc +++ b/dev/ide_disk.cc @@ -50,9 +50,10 @@ #include "sim/builder.hh" #include "sim/sim_object.hh" #include "sim/root.hh" -#include "targetarch/isa_traits.hh" +#include "arch/isa_traits.hh" using namespace std; +using namespace TheISA; IdeDisk::IdeDisk(const string &name, DiskImage *img, PhysicalMemory *phys, int id, Tick delay) |