diff options
Diffstat (limited to 'src/wctype/iswlower.c')
-rw-r--r-- | src/wctype/iswlower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/iswlower.c b/src/wctype/iswlower.c index 3d3a1b6e..9a174a4d 100644 --- a/src/wctype/iswlower.c +++ b/src/wctype/iswlower.c @@ -1,5 +1,5 @@ #include <wctype.h> -#include "wchar.h" +#include <wchar.h> #include "_assert.h" /** test whether a character is a lowercase letter **/ |