diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 10:33:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 10:33:23 +0000 |
commit | 33bc965543517dedfbff9299f9e8af6ffa14c5db (patch) | |
tree | cea858719da7a32a9ba284bd5d81cf64c7815759 | |
parent | 5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f (diff) | |
download | fetchmail-33bc965543517dedfbff9299f9e8af6ffa14c5db.tar.gz fetchmail-33bc965543517dedfbff9299f9e8af6ffa14c5db.tar.bz2 fetchmail-33bc965543517dedfbff9299f9e8af6ffa14c5db.zip |
SSL stuff actually builds.
svn path=/trunk/; revision=3839
-rw-r--r-- | socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |