summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man2/pipe.2
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man2/pipe.2')
-rw-r--r--upstream/archlinux/man2/pipe.23
1 files changed, 2 insertions, 1 deletions
diff --git a/upstream/archlinux/man2/pipe.2 b/upstream/archlinux/man2/pipe.2
index 556f2582..2b0647cd 100644
--- a/upstream/archlinux/man2/pipe.2
+++ b/upstream/archlinux/man2/pipe.2
@@ -13,7 +13,7 @@
.\" to EXAMPLE text.
.\" 2008-10-10, mtk: add description of pipe2()
.\"
-.TH pipe 2 2023-10-31 "Linux man-pages 6.06"
+.TH pipe 2 2024-05-02 "Linux man-pages 6.8"
.SH NAME
pipe, pipe2 \- create pipe
.SH LIBRARY
@@ -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>
\&