1
0

patch-gdb_common_linux-ptrace_h 311 B

123456789101112
  1. * added from https://github.com/rofl0r/sabotage
  2. --- gdb-7.8.2.orig/gdb/common/linux-ptrace.h 2015-01-15 11:58:12.000000000 +0100
  3. +++ gdb-7.8.2/gdb/common/linux-ptrace.h 2016-09-21 10:34:30.005221389 +0200
  4. @@ -20,6 +20,7 @@
  5. struct buffer;
  6. +#include <unistd.h>
  7. #include <sys/ptrace.h>
  8. #ifdef __UCLIBC__