diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 12:51:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 12:51:52 +0200 |
commit | a7ced5ec9a36f2142d404053dc384ae3af1fe047 (patch) | |
tree | 0fbc32d5e91d00450a65d146c328966877b56e65 /package/gdb/patches/patch-gdb_common_linux-ptrace_h | |
parent | e2692cea04fe08014537bbecf5fb52033cb463e2 (diff) | |
parent | 47ba3ba77f0a108450c5536daf77271125953966 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gdb/patches/patch-gdb_common_linux-ptrace_h')
-rw-r--r-- | package/gdb/patches/patch-gdb_common_linux-ptrace_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/gdb/patches/patch-gdb_common_linux-ptrace_h b/package/gdb/patches/patch-gdb_common_linux-ptrace_h new file mode 100644 index 000000000..cc6556d0a --- /dev/null +++ b/package/gdb/patches/patch-gdb_common_linux-ptrace_h @@ -0,0 +1,10 @@ +--- gdb-7.6.orig/gdb/common/linux-ptrace.h 2013-01-01 07:32:54.000000000 +0100 ++++ gdb-7.6/gdb/common/linux-ptrace.h 2013-08-13 17:10:13.000000000 +0200 +@@ -20,6 +20,7 @@ + + struct buffer; + ++#include <unistd.h> + #include <sys/ptrace.h> + + #ifndef PTRACE_GETSIGINFO |