Browse Source

make sure we include features.h to get the hidden define

Mike Frysinger 20 years ago
parent
commit
0316eef955
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/x86_64/__syscall_error.c

+ 1 - 0
libc/sysdeps/linux/x86_64/__syscall_error.c

@@ -18,6 +18,7 @@
    02111-1307 USA.  */
 
 #include <errno.h>
+#include <features.h>
 
 /* This routine is jumped to by all the syscall handlers, to stash
  * an error number into errno.  */