uClibc: fix cris compile on 0.9.32
[librecmc/librecmc.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.  */