diff options
Diffstat (limited to 'libc/sysdeps')
| -rw-r--r-- | libc/sysdeps/linux/e1/vfork.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libc/sysdeps/linux/e1/vfork.c b/libc/sysdeps/linux/e1/vfork.c index f7dfb10ba..ec9961d62 100644 --- a/libc/sysdeps/linux/e1/vfork.c +++ b/libc/sysdeps/linux/e1/vfork.c @@ -1,5 +1,5 @@  #include <sys/types.h>  #include <sys/syscall.h> -#include <sys/errno.h> +#include <errno.h>  _syscall0(pid_t, vfork); | 
