diff options
Diffstat (limited to 'libc/sysdeps/linux/cris/fork.c')
-rw-r--r-- | libc/sysdeps/linux/cris/fork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/cris/fork.c b/libc/sysdeps/linux/cris/fork.c index 56908b481..dc9c8867f 100644 --- a/libc/sysdeps/linux/cris/fork.c +++ b/libc/sysdeps/linux/cris/fork.c @@ -4,7 +4,7 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include <sysdep.h> +#include "sysdep.h" #define __NR___libc_fork __NR_fork SYSCALL__ (__libc_fork, 0) |