aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-03 20:54:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-03 20:54:37 +0000
commit990b15e40288ad89c423d331b9563d8259284d9c (patch)
treed8a5d199510dc99440fb8d7d10e730393d76bc93 /lib/transfer.c
parent584f3639e36f991c0962b9b88165decdc1c8d2c9 (diff)
Rob Jones fixed better #ifdef'ing for a bunch of #include lines.
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index c6a6f094c..a7b3a724d 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -50,7 +50,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#ifdef HAVE_NETDB_H
#include <netdb.h>
+#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif