summaryrefslogtreecommitdiffstats
path: root/imap/auth_cram.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2005-02-01 03:36:39 +0000
committerBrendan Cully <brendan@kublai.com>2005-02-01 03:36:39 +0000
commita8b8e916e8359cb1d246d5fb53cb0febab56aa07 (patch)
tree0a334a8b22e2b605e6198550bb5f914e3e225ed3 /imap/auth_cram.c
parenta95143b299eb980cdc327e9797d0ac0b4cac0664 (diff)
Pull config.h out of protos.h, add to top of every IMAP C file. This should
probably be done to every C file, but the results need testing in case some files depend on the current (broken) includes.
Diffstat (limited to 'imap/auth_cram.c')
-rw-r--r--imap/auth_cram.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/imap/auth_cram.c b/imap/auth_cram.c
index 3baa3c8c..75cddc0a 100644
--- a/imap/auth_cram.c
+++ b/imap/auth_cram.c
@@ -18,6 +18,10 @@
/* IMAP login/authentication code */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "mutt.h"
#include "imap_private.h"
#include "auth.h"