gentoo-ebuilds/dev-debug/ltrace/files/ltrace-0.7.91-pid_t.patch
Michał Górny a2eb7e103e
Move {dev-util → dev-debug}/ltrace
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-19 15:44:11 +01:00

10 lines
182 B
Diff

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