summaryrefslogtreecommitdiffstats
path: root/imap/auth_gss.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2005-02-03 17:01:42 +0000
committerBrendan Cully <brendan@kublai.com>2005-02-03 17:01:42 +0000
commitf6dcd95736a494dfc7f1ec5d80e9e56e39f23cd5 (patch)
tree01ce950331aabd74f87bf4e8bb429c353f8fffc7 /imap/auth_gss.c
parente99da5bb0248d2a81a6a139d9c67a3ab3499c359 (diff)
Add config.h to the top of every C file that could possibly want it.
Remove it from mutt.h
Diffstat (limited to 'imap/auth_gss.c')
-rw-r--r--imap/auth_gss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/auth_gss.c b/imap/auth_gss.c
index 3d0f45fb..e687fbde 100644
--- a/imap/auth_gss.c
+++ b/imap/auth_gss.c
@@ -18,7 +18,7 @@
/* GSS login/authentication code */
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
# include "config.h"
#endif