diff options
Diffstat (limited to 'man2/intro.2')
| -rw-r--r-- | man2/intro.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/intro.2 b/man2/intro.2 index 05538fa791..f207418d14 100644 --- a/man2/intro.2 +++ b/man2/intro.2 @@ -86,8 +86,8 @@ you call the system call by \fIname\fP. .nf #include <stdio.h> #include <errno.h> -#include <linux/unistd.h> /* for _syscallX macros/related stuff */ -#include <linux/kernel.h> /* for struct sysinfo */ +#include <linux/unistd.h> /* for _syscallX macros/related stuff */ +#include <linux/kernel.h> /* for struct sysinfo */ _syscall1(int, sysinfo, struct sysinfo *, info); |
