Quellcode durchsuchen

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

Mike Frysinger vor 20 Jahren
Ursprung
Commit
0316eef955
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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.  */