This website works better with JavaScript
Home
Explore
Help
Sign In
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
explicitly include stdio.h to get EOF definition needed by wctob
Michael Meeuwisse
9 years ago
parent
6d70c08a2c
commit
6e694d6960
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/multibyte/wctob.c
+ 1
- 0
src/multibyte/wctob.c
View File
@@ -1,4 +1,5 @@
#include <wchar.h>
+#include <stdio.h>
#include <stdlib.h>
#include "internal.h"