[target/generic]: refresh 2.6.38 patches with -rc2
[openwrt/svn-archive/archive.git] / toolchain / uClibc / patches-0.9.32 / 150-cris_missing_syscall_include.patch
1 --- a/libc/sysdeps/linux/cris/sysdep.h
2 +++ b/libc/sysdeps/linux/cris/sysdep.h
3 @@ -20,6 +20,8 @@
4 #ifndef _SYSDEP_H_
5 #define _SYSDEP_H_
6
7 +#include <sys/syscall.h>
8 +
9 #ifndef C_LABEL
10
11 /* Define a macro we can use to construct the asm name for a C symbol. */