summaryrefslogtreecommitdiff
path: root/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
commit60519063eaa56914e1bf20eb8510030897f940c9 (patch)
tree725f70aaef840610e48971b8ca1b3ff69e7d6dc9 /ares_process.c
parentff7137ad74295d4110a47a1b2e9877760ffe6495 (diff)
downloadc-ares-60519063eaa56914e1bf20eb8510030897f940c9.tar.gz
c-ares-60519063eaa56914e1bf20eb8510030897f940c9.tar.bz2
c-ares-60519063eaa56914e1bf20eb8510030897f940c9.zip
Use ISDIGIT instead of isdigit; fixes a gcc warning.
Diffstat (limited to 'ares_process.c')
-rw-r--r--ares_process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares_process.c b/ares_process.c
index 611d24d..0a133a2 100644
--- a/ares_process.c
+++ b/ares_process.c
@@ -44,6 +44,7 @@
#include <sys/filio.h>
#endif
+#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>