Jelajahi Sumber

make sure we pull in features.h

Mike Frysinger 21 tahun lalu
induk
melakukan
f5eeb59b7d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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>