You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-debug/ltrace/files/ltrace-0.7.91-pid_t.patch

11 lines
182 B

--- 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>