diff options
-rw-r--r-- | arch/x86/include/asm/unistd_64.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/unistd_64.h b/arch/x86/include/asm/unistd_64.h index e347f0773788..7205056aa4b8 100644 --- a/arch/x86/include/asm/unistd_64.h +++ b/arch/x86/include/asm/unistd_64.h | |||
@@ -684,7 +684,11 @@ __SYSCALL(__NR_setns, sys_setns) | |||
684 | 684 | ||
685 | #define __NR_LITMUS 309 | 685 | #define __NR_LITMUS 309 |
686 | 686 | ||
687 | #ifdef __KERNEL__ | ||
687 | #include "litmus/unistd_64.h" | 688 | #include "litmus/unistd_64.h" |
689 | #else | ||
690 | #include "../../../../include/litmus/unistd_64.h" | ||
691 | #endif | ||
688 | 692 | ||
689 | #ifndef __NO_STUBS | 693 | #ifndef __NO_STUBS |
690 | #define __ARCH_WANT_OLD_READDIR | 694 | #define __ARCH_WANT_OLD_READDIR |