summaryrefslogtreecommitdiff
path: root/src/ctype/tolower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/tolower.c')
-rw-r--r--src/ctype/tolower.c2
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 **/