aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_process.c
diff options
context:
space:
mode:
authorSteinar H. Gunderson <sesse@google.com>2007-09-29 21:57:05 +0000
committerSteinar H. Gunderson <sesse@google.com>2007-09-29 21:57:05 +0000
commit84fcff79f4f254c24d06872e44203bedc2d97565 (patch)
tree962f3627b930dae9ec4c4d09b0b9b895116b4ec8 /ares/ares_process.c
parentf58ba5ab1cb25b873f46a27a2b0422e3301100ba (diff)
Use ISDIGIT instead of isdigit; fixes a gcc warning.
Diffstat (limited to 'ares/ares_process.c')
-rw-r--r--ares/ares_process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/ares_process.c b/ares/ares_process.c
index 611d24d48..0a133a27f 100644
--- a/ares/ares_process.c
+++ b/ares/ares_process.c
@@ -44,6 +44,7 @@
#include <sys/filio.h>
#endif
+#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>