summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-17 19:45:52 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-17 19:45:52 +0000
commit114dce60c1c8d53b57fe761de2b201e05cfd07be (patch)
treecd3cc7183d10263fe2a7a927c87ea5c8ac49873f /init.c
parentc42f3d036548d9c814ddb3ab41f5287bbec2b793 (diff)
Tommi Komulainen's IMAP/SSL support patches.
Diffstat (limited to 'init.c')
-rw-r--r--init.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.c b/init.c
index 30cd88f1..6986e39d 100644
--- a/init.c
+++ b/init.c
@@ -29,6 +29,12 @@
#endif
+#ifdef USE_SSL
+#include "imap_socket.h"
+#include "imap_ssl.h"
+#endif
+
+
#include "mx.h"
#include "init.h"