summaryrefslogtreecommitdiff
path: root/src/wchar/wcstoull.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcstoull.c')
-rw-r--r--src/wchar/wcstoull.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wchar/wcstoull.c b/src/wchar/wcstoull.c
index 632ff2e9..fcd09d0b 100644
--- a/src/wchar/wcstoull.c
+++ b/src/wchar/wcstoull.c
@@ -1,6 +1,9 @@
#include <wchar.h>
#include "limits.h"
#include "errno.h"
+#include "wctype.h"
+
+#define isspace iswspace
unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base)
{