summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ptrace/get_syscall_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/ptrace/get_syscall_info.c')
-rw-r--r--tools/testing/selftests/ptrace/get_syscall_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/ptrace/get_syscall_info.c b/tools/testing/selftests/ptrace/get_syscall_info.c
index 5bcd1c7b5be6..3f5c3a9fdaba 100644
--- a/tools/testing/selftests/ptrace/get_syscall_info.c
+++ b/tools/testing/selftests/ptrace/get_syscall_info.c
@@ -7,7 +7,7 @@
* matches userspace expectations.
*/
-#include "../kselftest_harness.h"
+#include "kselftest_harness.h"
#include <err.h>
#include <signal.h>
#include <asm/unistd.h>