summaryrefslogtreecommitdiff
path: root/src/wchar/wcstoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcstoll.c')
-rw-r--r--src/wchar/wcstoll.c3
1 files changed, 3 insertions, 0 deletions
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 <wchar.h>
#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)
{