mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
18 lines
515 B
Diff
18 lines
515 B
Diff
|
---
|
||
|
gdb/nat/aarch64-sve-linux-ptrace.h | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/gdb/nat/aarch64-sve-linux-ptrace.h b/gdb/nat/aarch64-sve-linux-ptrace.h
|
||
|
index 029e753ffe..172ae39432 100644
|
||
|
--- a/gdb/nat/aarch64-sve-linux-ptrace.h
|
||
|
+++ b/gdb/nat/aarch64-sve-linux-ptrace.h
|
||
|
@@ -20,7 +20,7 @@
|
||
|
#ifndef AARCH64_SVE_LINUX_PTRACE_H
|
||
|
#define AARCH64_SVE_LINUX_PTRACE_H
|
||
|
|
||
|
-#include <asm/sigcontext.h>
|
||
|
+#include <signal.h>
|
||
|
#include <sys/utsname.h>
|
||
|
#include <sys/ptrace.h>
|
||
|
#include <asm/ptrace.h>
|