Browse Source

make sure we pull in features.h

Mike Frysinger 18 years ago
parent
commit
f5eeb59b7d
1 changed files with 1 additions and 0 deletions
  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>