From d4731b70505d308064e85bfa1ea1f88904442af2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 23 Aug 2000 07:23:42 +0000 Subject: Albert Chin-A-Young's fixes --- lib/ftp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index 5bbc7af59..9017c20e2 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -60,22 +60,22 @@ #include #endif #include +#ifdef HAVE_NETINET_IN_H #include +#endif #ifdef HAVE_ARPA_INET_H #include #endif #include +#ifdef HAVE_NETDB_H #include #endif +#endif #if defined(WIN32) && defined(__GNUC__) || defined(__MINGW32__) #include #endif -#ifdef HAVE_INET_NTOA_R -#include "inet_ntoa_r.h" -#endif - #include #include "urldata.h" #include "sendf.h" -- cgit v1.2.3