Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 20 Mar 2005 20:41:15 +0000 (20:41 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 20 Mar 2005 20:41:15 +0000 (20:41 +0000)
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
imap/auth_sasl.c

index 09024c4..61bef81 100644 (file)
@@ -17,6 +17,8 @@
 #include "imap_private.h"
 #include "auth.h"
 
+#include "lib/intl.h"
+
 #include <netinet/in.h>
 
 #ifdef HAVE_HEIMDAL
index 23949ea..703d229 100644 (file)
@@ -18,6 +18,8 @@
 #include "imap_private.h"
 #include "auth.h"
 
+#include "lib/intl.h"
+
 #ifdef USE_SASL2
 #include <sasl/sasl.h>
 #include <sasl/saslutil.h>