summaryrefslogtreecommitdiffstats
path: root/backends/ppc_initreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ppc_initreg.c')
-rw-r--r--backends/ppc_initreg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/ppc_initreg.c b/backends/ppc_initreg.c
index 0e0d3599..e5cca7e1 100644
--- a/backends/ppc_initreg.c
+++ b/backends/ppc_initreg.c
@@ -33,6 +33,7 @@
#include <stdlib.h>
#if defined(__powerpc__) && defined(__linux__)
# include <sys/ptrace.h>
+# include <asm/ptrace.h>
# include <sys/user.h>
#endif