summaryrefslogtreecommitdiff
path: root/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch')
-rw-r--r--dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch b/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
new file mode 100644
index 000000000000..b54a5bf3a00c
--- /dev/null
+++ b/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
@@ -0,0 +1,10 @@
+--- a/proc.h
++++ b/proc.h
+@@ -26,6 +26,7 @@
+ #include "config.h"
+
+ #include <sys/time.h>
++#include <unistd.h> /* pid_t */
+
+ #if defined(HAVE_LIBUNWIND)
+ # include <libunwind.h>