aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 10:33:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 10:33:23 +0000
commit33bc965543517dedfbff9299f9e8af6ffa14c5db (patch)
treecea858719da7a32a9ba284bd5d81cf64c7815759
parent5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f (diff)
downloadfetchmail-33bc965543517dedfbff9299f9e8af6ffa14c5db.tar.gz
fetchmail-33bc965543517dedfbff9299f9e8af6ffa14c5db.tar.bz2
fetchmail-33bc965543517dedfbff9299f9e8af6ffa14c5db.zip
SSL stuff actually builds.
svn path=/trunk/; revision=3839
-rw-r--r--socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 389d861d..13901729 100644
--- a/socket.c
+++ b/socket.c
@@ -14,6 +14,7 @@
#include <memory.h>
#endif /* HAVE_MEMORY_H */
#include <sys/types.h>
+#include <sys/stat.h>
#ifndef HAVE_NET_SOCKET_H
#include <sys/socket.h>
#else