aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-04-25 16:50:47 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-04-25 16:50:47 +0000
commit6063a3b5bd45f8d65aaec1e01cfe40177aa79c34 (patch)
tree269cc38e958b48990cba8b07f712ac18af9b8b70 /fetchmail.c
parent3dc3191d603e1cd6b3874d4be6a977879cc0f2eb (diff)
downloadfetchmail-6063a3b5bd45f8d65aaec1e01cfe40177aa79c34.tar.gz
fetchmail-6063a3b5bd45f8d65aaec1e01cfe40177aa79c34.tar.bz2
fetchmail-6063a3b5bd45f8d65aaec1e01cfe40177aa79c34.zip
Merge SuSE's fetchmail-6.2.5-implicit-declaration.patch
svn path=/trunk/; revision=4036
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 7bc6d4ea..1398a688 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -30,6 +30,10 @@
#endif /* HAVE_SETRLIMIT */
#include <sys/utsname.h>
+#ifdef HAVE_SOCKS
+#include <socks.h> /* SOCKSinit() */
+#endif /* HAVE_SOCKS */
+
#ifdef HAVE_LANGINFO_H
#include <langinfo.h>
#endif