aboutsummaryrefslogtreecommitdiffstats
path: root/main/strace/arm.patch
blob: f615f8fbcd67f9fb010462a43150f9b6059b60ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- strace-4.9.orig/defs.h
+++ strace-4.9/defs.h
@@ -159,6 +159,10 @@
 # include <sys/ptrace.h>
 #endif
 
+#if defined(ARM)
+# include <asm/ptrace.h>
+#endif
+
 #if defined(POWERPC)
 # include <asm/ptrace.h>
 #endif