[brcm63xx] patches-2.6.35: Added flash chip definition for Macronix MX29LV640T.
[15.05/openwrt.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.  */