diff options
Diffstat (limited to 'kern/tru64/tru64_events.cc')
-rw-r--r-- | kern/tru64/tru64_events.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/tru64/tru64_events.cc b/kern/tru64/tru64_events.cc index ac25129e6..3717fd9a2 100644 --- a/kern/tru64/tru64_events.cc +++ b/kern/tru64/tru64_events.cc @@ -27,8 +27,9 @@ */ #include "cpu/exec_context.hh" +#include "cpu/base_cpu.hh" #include "cpu/full_cpu/bpred.hh" -#include "cpu/full_cpu/cpu.hh" +#include "cpu/full_cpu/full_cpu.hh" #include "kern/tru64/dump_mbuf.hh" #include "kern/tru64/printf.hh" #include "kern/tru64/tru64_events.hh" |