From 509b82a4e9ce3cc8f1780b6f31f61024c45cf83e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 6 Mar 2019 19:57:43 -0500 Subject: add include and define --- src/wchar/wcstoll.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wchar/wcstoll.c') diff --git a/src/wchar/wcstoll.c b/src/wchar/wcstoll.c index 60c4a475..bb85d915 100644 --- a/src/wchar/wcstoll.c +++ b/src/wchar/wcstoll.c @@ -1,6 +1,9 @@ #include #include "limits.h" #include "errno.h" +#include "wctype.h" + +#define isspace iswspace long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base) { -- cgit v1.2.1