aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-30 17:26:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-30 17:26:08 +0000
commit89e719105e5b6f0b72eace2bb161516869b5593d (patch)
tree84dc8a186ac6da0c516317329699cfbe4bf664c7 /imap.c
parent61345121e51771328803c9ee8fbe15e4177a25df (diff)
downloadfetchmail-89e719105e5b6f0b72eace2bb161516869b5593d.tar.gz
fetchmail-89e719105e5b6f0b72eace2bb161516869b5593d.tar.bz2
fetchmail-89e719105e5b6f0b72eace2bb161516869b5593d.zip
SDPS changes from Paul Murphy.
svn path=/trunk/; revision=2356
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 9e131eef..00ec7911 100644
--- a/imap.c
+++ b/imap.c
@@ -14,7 +14,6 @@
#endif
#include "fetchmail.h"
#include "socket.h"
-#include "i18n.h"
#ifdef KERBEROS_V4
#ifdef KERBEROS_V5
@@ -31,6 +30,7 @@
#include <krb.h>
#endif
#endif /* KERBEROS_V4 */
+#include "i18n.h"
#ifdef GSSAPI
#include <gssapi/gssapi.h>