diff options
Diffstat (limited to 'src/wctype/wctrans.c')
-rw-r--r-- | src/wctype/wctrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/wctrans.c b/src/wctype/wctrans.c index c19a8548..975a04cb 100644 --- a/src/wctype/wctrans.c +++ b/src/wctype/wctrans.c @@ -1,5 +1,5 @@ #include <wctype.h> -#include "string.h" +#include <string.h> #include "_assert.h" #include "_wctype.h" |