diff options
Diffstat (limited to 'src/stdio')
-rw-r--r-- | src/stdio/ext2.c | 1 | ||||
-rw-r--r-- | src/stdio/fwide.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/ext2.c b/src/stdio/ext2.c index f359be9a..afd8b34e 100644 --- a/src/stdio/ext2.c +++ b/src/stdio/ext2.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include <stdio_ext.h> size_t __freadahead(FILE *f) { diff --git a/src/stdio/fwide.c b/src/stdio/fwide.c index 8410b153..8bab634a 100644 --- a/src/stdio/fwide.c +++ b/src/stdio/fwide.c @@ -1,3 +1,4 @@ +#include <wchar.h> #include "stdio_impl.h" #include "locale_impl.h" |