aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_expand_string.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-11-29 00:26:07 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-11-29 00:26:07 +0000
commitf33f8eee2665cfda72a2aaca25f84738ca1f56dd (patch)
treee73fd479218a0bd08c7357ef6d271edb2823e22a /ares/ares_expand_string.c
parent31a3f064c03bd1faed5c54d21edb6bd40a73a7ab (diff)
Make sure sys/socket.h is included before netinet/in.h (required by
OpenWatcom C)
Diffstat (limited to 'ares/ares_expand_string.c')
-rw-r--r--ares/ares_expand_string.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/ares_expand_string.c b/ares/ares_expand_string.c
index ead60a407..f2d4f748a 100644
--- a/ares/ares_expand_string.c
+++ b/ares/ares_expand_string.c
@@ -17,6 +17,9 @@
#include "setup.h"
+#ifdef HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif