diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index 880a84faa..b1f5fe11b 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -27,6 +27,8 @@ pidfd_open \- obtain a file descriptor that refers to a process .SH SYNOPSIS .nf +.B #include +.PP .BI "int pidfd_open(pid_t " pid ", unsigned int " flags ); .fi .SH DESCRIPTION @@ -120,6 +122,7 @@ returns, and indicates that the file descriptor is readable. \& .nf #define _GNU_SOURCE +#include #include #include #include