diff options
Diffstat (limited to 'src/kern/tru64/tru64.hh')
-rw-r--r-- | src/kern/tru64/tru64.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kern/tru64/tru64.hh b/src/kern/tru64/tru64.hh index d2b7c862f..63d4f3a9b 100644 --- a/src/kern/tru64/tru64.hh +++ b/src/kern/tru64/tru64.hh @@ -32,6 +32,7 @@ #ifndef __TRU64_HH__ #define __TRU64_HH__ #include "config/full_system.hh" +#include "kern/operatingsystem.hh" #if FULL_SYSTEM @@ -69,7 +70,8 @@ class TranslatingPort; /// functions, and syscall-number mappings specific to the Alpha Tru64 /// syscall interface. /// -class Tru64 { +class Tru64 : public OperatingSystem +{ public: |