From fe81278e7e988e6a8ae81eb086a99258c3bea82a Mon Sep 17 00:00:00 2001 From: pdmef Date: Sun, 20 Mar 2005 20:41:15 +0000 Subject: [PATCH] Rocco Rutte: fix use of lib/intl.h (noted by Elimar Riesebieter) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@213 e385b8ad-14ed-0310-8656-cc95a2468c6d --- imap/auth_gss.c | 2 ++ imap/auth_sasl.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/imap/auth_gss.c b/imap/auth_gss.c index 09024c4..61bef81 100644 --- a/imap/auth_gss.c +++ b/imap/auth_gss.c @@ -17,6 +17,8 @@ #include "imap_private.h" #include "auth.h" +#include "lib/intl.h" + #include #ifdef HAVE_HEIMDAL diff --git a/imap/auth_sasl.c b/imap/auth_sasl.c index 23949ea..703d229 100644 --- a/imap/auth_sasl.c +++ b/imap/auth_sasl.c @@ -18,6 +18,8 @@ #include "imap_private.h" #include "auth.h" +#include "lib/intl.h" + #ifdef USE_SASL2 #include #include -- 2.20.1