diff options
Diffstat (limited to 'src/ctype/tolower.c')
-rw-r--r-- | src/ctype/tolower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/tolower.c b/src/ctype/tolower.c index 3464d655..0994071b 100644 --- a/src/ctype/tolower.c +++ b/src/ctype/tolower.c @@ -2,7 +2,7 @@ #include "stdio.h" #include "limits.h" #include "nonstd/assert.h" -#include "nonstd/ctype.h" +#include "_ctype.h" /** convert an uppercase letter to lowercase **/ |