From c9f71e270d7c0ff9570f3338439ff5adf8c724c0 Mon Sep 17 00:00:00 2001 From: ak1 Date: Sat, 29 Jan 2005 14:46:38 +0000 Subject: [PATCH] Andreas Krennmair: 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sendlib.c b/sendlib.c index 31596c9..666f4ec 100644 --- a/sendlib.c +++ b/sendlib.c @@ -42,6 +42,10 @@ #include #include +#ifdef USE_LIBESMTP +# include "mutt_libesmtp.h" +#endif /* USE_LIBESMTP */ + #ifdef USE_NNTP #include #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) { -- 2.20.1