소스 검색

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>