aboutsummaryrefslogtreecommitdiff
path: root/lib/tftp.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/tftp.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/tftp.c')
-rw-r--r--lib/tftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tftp.c b/lib/tftp.c
index 201f7d26c..0ca45f834 100644
--- a/lib/tftp.c
+++ b/lib/tftp.c
@@ -75,6 +75,7 @@
#include "progress.h"
#include "connect.h"
#include "strerror.h"
+#include "sockaddr.h" /* required for sockaddr_storage */
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>