diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/tru64/tru64_syscalls.cc | 2 | ||||
-rw-r--r-- | kern/tru64/tru64_syscalls.hh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kern/tru64/tru64_syscalls.cc b/kern/tru64/tru64_syscalls.cc index dbaf4dbff..e28c67294 100644 --- a/kern/tru64/tru64_syscalls.cc +++ b/kern/tru64/tru64_syscalls.cc @@ -26,7 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "tru64_syscalls.hh" +#include "kern/tru64/tru64_syscalls.hh" namespace { const char * diff --git a/kern/tru64/tru64_syscalls.hh b/kern/tru64/tru64_syscalls.hh index 2e76234c0..f4853e3f8 100644 --- a/kern/tru64/tru64_syscalls.hh +++ b/kern/tru64/tru64_syscalls.hh @@ -29,8 +29,8 @@ #ifndef __TRU64_SYSCALLS_HH__ #define __TRU64_SYSCALLS_HH__ -#include "syscalls.hh" -#include "tru64.hh" +#include "targetarch/syscalls.hh" +#include "kern/tru64/tru64.hh" struct SystemCalls<Tru64> { |