--- vfs/ftpfs.c +++ vfs/ftpfs.c @@ -56,7 +56,6 @@ What to do with this? #include #include /* POSIX-required by sys/socket.h and netdb.h */ -#include /* struct hostent */ #include /* AF_INET */ #include /* struct in_addr */ #ifdef HAVE_SETSOCKOPT @@ -68,6 +67,7 @@ What to do with this? #include #include #include +#include /* struct hostent */ #include "utilvfs.h"