summaryrefslogtreecommitdiff
path: root/dev-util/ltrace/files/ltrace-0.7.91-pid_t.patch
blob: 06075006b2e128ae16ab745d1d8e1d1ee6e550a7 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/proc.h
+++ b/proc.h
@@ -27,6 +27,7 @@
 
 #include <sys/time.h>
 #include <stdint.h>
+#include <unistd.h> /* pid_t */
 
 #if defined(HAVE_LIBDW)
 # include <elfutils/libdwfl.h>