summaryrefslogtreecommitdiff
path: root/src/wctype/towlower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wctype/towlower.c')
-rw-r--r--src/wctype/towlower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/towlower.c b/src/wctype/towlower.c
index b162afa7..8fa94e5a 100644
--- a/src/wctype/towlower.c
+++ b/src/wctype/towlower.c
@@ -1,7 +1,7 @@
#include <wctype.h>
#include <wchar.h>
#include <stdlib.h>
-#include "_safety.h"
+#include "_wctype.h"
/** convert a wide uppercase letter to lowercase **/
wint_t towlower(wint_t wc)