diff options
Diffstat (limited to 'src/ctype/isascii.c')
-rw-r--r-- | src/ctype/isascii.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ctype/isascii.c b/src/ctype/isascii.c index 8807bea2..cf7bba28 100644 --- a/src/ctype/isascii.c +++ b/src/ctype/isascii.c @@ -1,4 +1,5 @@ #include <ctype.h> +#include "_ctype.h" /** test whether a character is in the ASCII range **/ |