diff options
Diffstat (limited to 'src/ctype/isalnum.c')
-rw-r--r-- | src/ctype/isalnum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/isalnum.c b/src/ctype/isalnum.c index 6b0d7388..67ade0a2 100644 --- a/src/ctype/isalnum.c +++ b/src/ctype/isalnum.c @@ -1,6 +1,6 @@ #include <ctype.h> #include "limits.h" -#include "nonstd/assert.h" +#include "../_assert.h" /** test whether a character is alphanumeric **/ |