diff options
Diffstat (limited to 'dev/pcidev.cc')
-rw-r--r-- | dev/pcidev.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/pcidev.cc b/dev/pcidev.cc index 76b42390a..850635d49 100644 --- a/dev/pcidev.cc +++ b/dev/pcidev.cc @@ -46,7 +46,7 @@ #include "mem/functional_mem/memory_control.hh" #include "sim/builder.hh" #include "sim/param.hh" -#include "sim/universe.hh" +#include "sim/root.hh" #include "dev/tsunamireg.h" using namespace std; |