Andreas Krennmair:
authorak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sat, 29 Jan 2005 14:46:38 +0000 (14:46 +0000)
committerak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sat, 29 Jan 2005 14:46:38 +0000 (14:46 +0000)
move declaration to a nicer place (compile problems with older compilers?).

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@36 e385b8ad-14ed-0310-8656-cc95a2468c6d

sendlib.c

index 31596c9..666f4ec 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
 #include <fcntl.h>
 #include <sys/utsname.h>
 
+#ifdef USE_LIBESMTP
+# include "mutt_libesmtp.h"
+#endif /* USE_LIBESMTP */
+
 #ifdef USE_NNTP
 #include <nntp.h>
 #endif
@@ -191,9 +195,6 @@ static void encode_quoted (FGETCONV * fc, FILE *fout, int istext)
       linelen = 3;
     }
 
-#ifdef USE_LIBESMTP
-# include "mutt_libesmtp.h"
-#endif /* USE_LIBESMTP */
 
     if (c == '\n' && istext)
     {