summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-05-20 16:43:25 +0200
committerYang Tse <yangsita@gmail.com>2011-05-20 16:43:25 +0200
commitef5390e6bb9c20199d11bf33146764900256f961 (patch)
tree8905757c4ed91e4bdd6ece2f94ecda598fc233bb /Makefile.inc
parent6518b56a5e2bc9e39d720f17fa7dd322a28dc33c (diff)
downloadc-ares-ef5390e6bb9c20199d11bf33146764900256f961.tar.gz
c-ares-ef5390e6bb9c20199d11bf33146764900256f961.tar.bz2
c-ares-ef5390e6bb9c20199d11bf33146764900256f961.zip
winsock: compilation fixes
Provide winsock iphlpapi alternative definitions to prevent compilation failures when using a variety of winsock header implementations.
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index ab4fc19..d6d4851 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -50,6 +50,7 @@ HHEADERS = ares.h \
ares_data.h \
ares_dns.h \
ares_getenv.h \
+ ares_iphlpapi.h \
ares_ipv6.h \
ares_library_init.h \
ares_llist.h \