aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-11 22:04:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-11 22:04:11 +0000
commit37a6a0bb3efc1433609c3d17f5b15c9fb83864a6 (patch)
treec2dcd4589690101dc73f20d43fadedbcd2964217 /lib/ftp.c
parent6bcca3eca985b4ee1d4e8466e44a53eb23c5f090 (diff)
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
in files that actually need the struct.
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c1
1 files changed, 1 insertions, 0 deletions
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"