summaryrefslogtreecommitdiff
path: root/ares_init.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-24 11:31:50 +0100
committerYang Tse <yangsita@gmail.com>2011-03-24 11:31:50 +0100
commit5b6a188909823cc3366e1e1b1812dfd4de919635 (patch)
treed0e41adf92c5f99a27fc2032d878f5be6e3be5df /ares_init.c
parentbd066ab8efa0d43ef002954f4587a195a15ac460 (diff)
downloadc-ares-5b6a188909823cc3366e1e1b1812dfd4de919635.tar.gz
c-ares-5b6a188909823cc3366e1e1b1812dfd4de919635.tar.bz2
c-ares-5b6a188909823cc3366e1e1b1812dfd4de919635.zip
build: move platform stuff to ares_platform.c and ares_platform.h
Diffstat (limited to 'ares_init.c')
-rw-r--r--ares_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares_init.c b/ares_init.c
index 108238e..afcd8d6 100644
--- a/ares_init.c
+++ b/ares_init.c
@@ -67,6 +67,7 @@
#include "inet_net_pton.h"
#include "ares_library_init.h"
#include "ares_nowarn.h"
+#include "ares_platform.h"
#include "ares_private.h"
#ifdef ANDROID