ipc.2: Add needed include

The constants needed for using this function are defined in
<linux/ipc.h>.  Add the include, even when those constants are not
mentioned in this manual page.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-10 19:55:19 +02:00 committed by Michael Kerrisk
parent acb2e04c24
commit e3e30ce1bd
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
ipc \- System V IPC system calls
.SH SYNOPSIS
.nf
.BR "#include <linux/ipc.h>" " /* Definition of needed constants */"
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.PP