summaryrefslogtreecommitdiffstats
path: root/man/man2/fork.2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/man2/fork.2 (renamed from man2/fork.2)3
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/fork.2 b/man/man2/fork.2
index abfbbed..4857165 100644
--- a/man2/fork.2
+++ b/man/man2/fork.2
@@ -16,7 +16,7 @@
.\" Greatly expanded, to describe all attributes that differ
.\" parent and child.
.\"
-.TH fork 2 2023-10-31 "Linux man-pages 6.7"
+.TH fork 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
fork \- create a child process
.SH LIBRARY
@@ -307,6 +307,7 @@ for more examples.
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <sys/types.h>
#include <unistd.h>
\&
int