summaryrefslogtreecommitdiff
path: root/src/stdlib/wcstombs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/wcstombs.c')
-rw-r--r--src/stdlib/wcstombs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/stdlib/wcstombs.c b/src/stdlib/wcstombs.c
index 76958ae9..31946fca 100644
--- a/src/stdlib/wcstombs.c
+++ b/src/stdlib/wcstombs.c
@@ -1,12 +1,7 @@
#include <stdlib.h>
#include "_stdlib.h"
-#ifdef __STDC_VERSION__
-#include <wchar.h>
-#else
-static size_t wcslen(const wchar_t *);
-#include "wchar/wcslen.c"
-#endif
+#include "_forced/wcslen.h"
/** convert wide character string to multibyte string **/