mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 05:12:18 +01:00
14 lines
216 B
Diff
14 lines
216 B
Diff
--- 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
|