summaryrefslogtreecommitdiff
path: root/misc/moreutils/patches/patch-pee.c
blob: c789905050de32ead6ad57d9becf81c78fc94002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-pee.c,v 1.1 2018/04/21 17:27:51 leot Exp $

Needed for signal(3).

--- pee.c.orig	2017-12-31 16:02:11.000000000 +0000
+++ pee.c
@@ -1,6 +1,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
+#include <signal.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/wait.h>