summaryrefslogtreecommitdiff
path: root/repo/elfutils/musl-asm-ptrace-h.patch
blob: fc1468690f024546092d7403091e0ff7a115056d (plain)
1
2
3
4
5
6
7
8
9
10
--- a/backends/ppc_initreg.c	2019-11-26 23:48:42.000000000 +0100
+++ b/backends/ppc_initreg.c	2019-12-08 16:57:58.334872602 +0100
@@ -32,6 +32,7 @@
 
 #include <stdlib.h>
 #if defined(__powerpc__) && defined(__linux__)
+# include <asm/ptrace.h>
 # include <sys/ptrace.h>
 # include <sys/user.h>
 #endif