diff options
Diffstat (limited to 'src/wctype/towctrans.c')
-rw-r--r-- | src/wctype/towctrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/towctrans.c b/src/wctype/towctrans.c index fdb25589..0c3d9a06 100644 --- a/src/wctype/towctrans.c +++ b/src/wctype/towctrans.c @@ -1,6 +1,6 @@ #include <wctype.h> #include <wchar.h> -#include "_safety.h" +#include "_wctype.h" wint_t towctrans(wint_t wc, wctrans_t desc) { |