ports/sysutils/moreutils/patches/patch-pee_c

12 lines
204 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: pee.c
--- pee.c.orig
+++ pee.c
@@ -2,6 +2,7 @@
#include <stdio.h>
#include <unistd.h>
#include <string.h>
+#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>