diff options
Diffstat (limited to 'src/stdlib/wcstol.c')
-rw-r--r-- | src/stdlib/wcstol.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdlib/wcstol.c b/src/stdlib/wcstol.c index 3d7c97da..4443f577 100644 --- a/src/stdlib/wcstol.c +++ b/src/stdlib/wcstol.c @@ -1,6 +1,10 @@ #include "stdio_impl.h" #include "intscan.h" #include "shgetc.h" +#include <inttypes.h> +#include <limits.h> +#include <wctype.h> +#include <wchar.h> /* This read function heavily cheats. It knows: * (1) len will always be 1 |