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/clone.S | |
parent | 09417af04f46fa1ededea103b9c46ee846ac65ff (diff) |
make sure we include the local sysdep.h header
Diffstat (limited to 'libc/sysdeps/linux/cris/clone.S')
-rw-r--r-- | libc/sysdeps/linux/cris/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/cris/clone.S b/libc/sysdeps/linux/cris/clone.S index f20517e86..a3b1cff7e 100644 --- a/libc/sysdeps/linux/cris/clone.S +++ b/libc/sysdeps/linux/cris/clone.S @@ -19,7 +19,7 @@ #include <features.h> #include <asm/errno.h> #include <sys/syscall.h> -#include <sysdep.h> +#include "sysdep.h" /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */ |