diff options
| -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.  */ | 
