diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-26 23:50:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-26 23:50:49 +0000 |
commit | 97a4d769ba76eca4f3819c6478b5f599adb11396 (patch) | |
tree | 90aea7e539357533aa048518baccaa81bd5c292a /libc/sysdeps/linux/cris/fork.c | |
parent | 09417af04f46fa1ededea103b9c46ee846ac65ff (diff) |
make sure we include the local sysdep.h header
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) |