diff options
Diffstat (limited to 'dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch')
-rw-r--r-- | dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch b/dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch new file mode 100644 index 000000000000..c466ce17e02d --- /dev/null +++ b/dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch @@ -0,0 +1,6 @@ +--- a/sysdeps/linux-gnu/ia64/breakpoint.c ++++ b/sysdeps/linux-gnu/ia64/breakpoint.c +@@ -26,2 +26,3 @@ + #include <sys/ptrace.h> ++#include <sys/types.h> /* pid_t */ + #include <string.h> |