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 0994071b..4512ef36 100644 --- a/src/ctype/tolower.c +++ b/src/ctype/tolower.c @@ -1,7 +1,7 @@ #include <ctype.h> #include "stdio.h" #include "limits.h" -#include "nonstd/assert.h" +#include "../_assert.h" #include "_ctype.h" /** convert an uppercase letter to lowercase **/ |