aboutsummaryrefslogtreecommitdiff
path: root/ares/setup_once.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares/setup_once.h')
-rw-r--r--ares/setup_once.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/setup_once.h b/ares/setup_once.h
index 7e373d69b..8f24d8c48 100644
--- a/ares/setup_once.h
+++ b/ares/setup_once.h
@@ -126,6 +126,7 @@
#define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x)))
#define ISGRAPH(x) (isgraph((int) ((unsigned char)x)))
#define ISALPHA(x) (isalpha((int) ((unsigned char)x)))
+#define ISPRINT(x) (isprint((int) ((unsigned char)x)))
#endif /* __SETUP_ONCE_H */