aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
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>