summaryrefslogtreecommitdiff
path: root/inet_ntop.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-22 14:02:23 +0100
committerYang Tse <yangsita@gmail.com>2011-03-22 14:02:23 +0100
commit8c503ddf7993f05453f67baf8892178c428fa741 (patch)
tree643158c1092b64aff2a14ad70c25bea59b31b723 /inet_ntop.c
parentef8e2ad6017a9e3a1d08b5f9e73d2bb0773cd1bb (diff)
downloadc-ares-8c503ddf7993f05453f67baf8892178c428fa741.tar.gz
c-ares-8c503ddf7993f05453f67baf8892178c428fa741.tar.bz2
c-ares-8c503ddf7993f05453f67baf8892178c428fa741.zip
System's errno.h inclusion cleanup.
System's errno.h is conditionally included from setup_once.h
Diffstat (limited to 'inet_ntop.c')
-rw-r--r--inet_ntop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/inet_ntop.c b/inet_ntop.c
index 07d3f5a..57e1146 100644
--- a/inet_ntop.c
+++ b/inet_ntop.c
@@ -36,7 +36,6 @@
#endif
#include <ctype.h>
-#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>