diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-30 17:26:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-30 17:26:08 +0000 |
commit | 89e719105e5b6f0b72eace2bb161516869b5593d (patch) | |
tree | 84dc8a186ac6da0c516317329699cfbe4bf664c7 /imap.c | |
parent | 61345121e51771328803c9ee8fbe15e4177a25df (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |