diff --git a/lib/ftp.c b/lib/ftp.c index 7e0aff77561f0f334bbd54a0101d0985e8c918d3..e20514047e2a50680e40232482698b57a5421fde 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -40,7 +40,7 @@ #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) -#else /* some kind of unix */ +#else /* probably some kind of unix */ #ifdef HAVE_SYS_SOCKET_H #include #endif @@ -51,7 +51,9 @@ #ifdef HAVE_ARPA_INET_H #include #endif +#ifdef HAVE_UTSNAME_H #include +#endif #ifdef HAVE_NETDB_H #include #endif