X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmessage.c;h=75e9ea58aa24278da11a832a3ab04869dc7ff9c7;hb=3714b39a106889e8f9ca6de2664e7aabe9a7e853;hp=75089b7f23efbd4299d5bc3a14ff8ddf6135ee22;hpb=ad29f4688c8a43e718f4cf25ab9337459fc472de;p=apps%2Fmadmutt.git 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);