diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-02-14 19:33:11 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-02-14 19:33:11 -0500 |
commit | c247ebdd989365d20da3ce41fdeb2002e0a1ba13 (patch) | |
tree | 8bb6738a2b6e1503b012a995245ae6fbdea2ff6f /src/stdlib/wcstoimax.c | |
parent | 5377715ce07269131f011e6f4e978fb5dbf0b294 (diff) | |
download | musl-c247ebdd989365d20da3ce41fdeb2002e0a1ba13.tar.gz |
more header fixes, minor warning fix
Diffstat (limited to 'src/stdlib/wcstoimax.c')
-rw-r--r-- | src/stdlib/wcstoimax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/wcstoimax.c b/src/stdlib/wcstoimax.c index 861fcb54..59894f60 100644 --- a/src/stdlib/wcstoimax.c +++ b/src/stdlib/wcstoimax.c @@ -1,4 +1,5 @@ #include <wchar.h> +#include <wctype.h> #include <inttypes.h> #include <errno.h> |