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