summaryrefslogtreecommitdiffstats
path: root/man/man2/pipe.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/pipe.2')
-rw-r--r--man/man2/pipe.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man2/pipe.2 b/man/man2/pipe.2
index a440ad401..b354775ce 100644
--- a/man/man2/pipe.2
+++ b/man/man2/pipe.2
@@ -246,6 +246,7 @@ and echoes it on standard output.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
\&