From 37a6a0bb3efc1433609c3d17f5b15c9fb83864a6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Nov 2005 22:04:11 +0000 Subject: Moved the sockaddr_storage definition to lib/sockaddr.h and only include that in files that actually need the struct. --- lib/ftp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index 388e1d289..16518d9be 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -94,6 +94,7 @@ #include "inet_ntop.h" #include "select.h" #include "parsedate.h" /* for the week day and month names */ +#include "sockaddr.h" /* required for sockaddr_storage */ #if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL) #include "inet_ntoa_r.h" -- cgit v1.2.3