diff options
Diffstat (limited to 'tools/testing/selftests/breakpoints/breakpoint_test_arm64.c')
| -rw-r--r-- | tools/testing/selftests/breakpoints/breakpoint_test_arm64.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c b/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c index 960d02100c26..2d95e5adde72 100644 --- a/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c +++ b/tools/testing/selftests/breakpoints/breakpoint_test_arm64.c @@ -19,6 +19,7 @@  #define _GNU_SOURCE +#include <asm/ptrace.h>  #include <sys/types.h>  #include <sys/wait.h>  #include <sys/ptrace.h>  | 
