mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 08:12:06 +01:00
gcc 14 caught a bug introduced in a musl fix for ppc64le. fixes commit 29ecdbd2f3cb (main/ltrace: add ppc64le support)
13 lines
331 B
Diff
13 lines
331 B
Diff
diff --git a/sysdeps/linux-gnu/ppc/regs.c b/sysdeps/linux-gnu/ppc/regs.c
|
|
index 5b4d762..401d503 100644
|
|
--- a/sysdeps/linux-gnu/ppc/regs.c
|
|
+++ b/sysdeps/linux-gnu/ppc/regs.c
|
|
@@ -26,6 +26,7 @@
|
|
#include <sys/ptrace.h>
|
|
#include <asm/ptrace.h>
|
|
#include <errno.h>
|
|
+#include <string.h>
|
|
#ifdef HAVE_ERROR_H
|
|
#include <error.h>
|
|
#endif
|