summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-12-09 11:17:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-12-09 11:17:04 +0000
commitd06304a8e1e771a08ca2fdf33d5f768ba9712620 (patch)
tree30855533b0c65c4cfc58886e86adb2f00adf295b /init.c
parentc3da5f701a55beffe29d1723b4fda8705be558b7 (diff)
Tommi Komulainen's multiple IMAP usernames patch.
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.c b/init.c
index 6986e39d..55e97f36 100644
--- a/init.c
+++ b/init.c
@@ -30,6 +30,7 @@
#ifdef USE_SSL
+#include "imap.h"
#include "imap_socket.h"
#include "imap_ssl.h"
#endif