backends/ppc_initreg.c: include <asm/ptrace.h>.
authorÉrico Rolim <erico.erc@gmail.com>
Fri, 5 Feb 2021 17:52:06 +0000 (14:52 -0300)
committerMark Wielaard <mark@klomp.org>
Fri, 5 Feb 2021 19:22:29 +0000 (20:22 +0100)
commit8382833a257b57b0d288be07d2d5e7af6c102869
tree69bc6834add42105e440c0e3b8aba40f33da52f9
parentce0944f72826edb2d197dc6ca250adaa0131f363
backends/ppc_initreg.c: include <asm/ptrace.h>.

Necessary on musl for struct pt_regs definition, doesn't affect the
build on glibc, since <sys/user.h> includes the same header.

Signed-off-by: Érico Rolim <erico.erc@gmail.com>
backends/ChangeLog
backends/ppc_initreg.c