Преглед изворни кода

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>