summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/wchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/wchar.h b/src/include/wchar.h
index 84312c705..ba349aae8 100644
--- a/src/include/wchar.h
+++ b/src/include/wchar.h
@@ -24,4 +24,6 @@ size_t wcrtomb ( char *buf, wchar_t wc, mbstate_t *ps __unused ) {
return 1;
}
+extern size_t wcslen ( const wchar_t *string );
+
#endif /* WCHAR_H */