aboutsummaryrefslogtreecommitdiffstats
path: root/man2/pivot_root.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/pivot_root.2')
-rw-r--r--man2/pivot_root.22
1 files changed, 2 insertions, 0 deletions
diff --git a/man2/pivot_root.2 b/man2/pivot_root.2
index 37637fc593..a5673b8789 100644
--- a/man2/pivot_root.2
+++ b/man2/pivot_root.2
@@ -9,6 +9,8 @@
pivot_root \- change the root file system
.SH SYNOPSIS
.B #include <linux/unistd.h>
+.br
+.B #include <errno.h>
.sp
.B _syscall2(int,pivot_root,const char *,new_root,const char *,put_old)
.sp