瀏覽代碼

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

Mike Frysinger 20 年之前
父節點
當前提交
0316eef955
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.  */