瀏覽代碼

make sure we pull in features.h

Mike Frysinger 18 年之前
父節點
當前提交
f5eeb59b7d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/stdio/_stdio.h

+ 1 - 0
libc/stdio/_stdio.h

@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <features.h>
 
 #ifdef __UCLIBC_HAS_WCHAR__
 #include <wchar.h>