X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fmessage.c;h=75e9ea58aa24278da11a832a3ab04869dc7ff9c7;hp=75089b7f23efbd4299d5bc3a14ff8ddf6135ee22;hb=7259a4b7e7de67679ee74c966439dbb43602a1f1;hpb=1b5fb3a95d539f650afe2fd0879c7725be26de50 diff --git a/imap/message.c b/imap/message.c index 75089b7..75e9ea5 100644 --- a/imap/message.c +++ b/imap/message.c @@ -19,7 +19,6 @@ /* message parsing/updating functions */ -#include #include #include @@ -33,6 +32,8 @@ #include "pgp.h" #endif +#include + static void flush_buffer(char* buf, size_t* len, CONNECTION* conn); static int msg_fetch_header (CONTEXT* ctx, IMAP_HEADER* h, char* buf, FILE* fp);