diff options
Diffstat (limited to 'package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c')
-rw-r--r-- | package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c new file mode 100644 index 000000000..aec39df40 --- /dev/null +++ b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_c @@ -0,0 +1,10 @@ +--- gdb-7.8.orig/gdb/common/linux-ptrace.c 2014-07-29 14:37:42.000000000 +0200 ++++ gdb-7.8/gdb/common/linux-ptrace.c 2014-09-05 00:52:41.353409084 +0200 +@@ -23,6 +23,7 @@ + #include <string.h> + #endif + ++#include <sched.h> + #include "linux-ptrace.h" + #include "linux-procfs.h" + #include "nat/linux-waitpid.h" |