diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2005-02-09 08:40:55 +0000 | 
|---|---|---|
| committer | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2005-02-09 08:40:55 +0000 | 
| commit | 41d65c1c06be54140ec2b218c0c11a67305614fe (patch) | |
| tree | e7abe245396cd0ac6a2f25268edc56f65b173460 | |
| parent | f6102b13c69cba0afc868758134c21d072e1b1c7 (diff) | |
Include features.h (without it, testing for __UCLIBC_HAS_THREADS__ 
makes no sense).
| -rw-r--r-- | libc/sysdeps/linux/cris/sysdep.S | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/libc/sysdeps/linux/cris/sysdep.S b/libc/sysdeps/linux/cris/sysdep.S index 2ac2d0572..0c98825cc 100644 --- a/libc/sysdeps/linux/cris/sysdep.S +++ b/libc/sysdeps/linux/cris/sysdep.S @@ -16,6 +16,7 @@     write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,     Boston, MA 02111-1307, USA.  */ +#include <features.h>  #include <sysdep.h>  /* Make space for the errno variable.  */ | 
