Skip to content

Commit e5acbd8

Browse files
committed
Use ctype.h for isalpha()/isdigit()
1 parent b323570 commit e5acbd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cupsconnection.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#ifndef __SVR4
2727
#include <paths.h>
2828
#endif
29+
#include <ctype.h>
2930
#include <stdio.h>
3031
#include <stdlib.h>
3132
#include <string.h>

0 commit comments

Comments
 (0)