X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmessage.c;h=96d7e229af629885eb201fe502d862cc1f1c129d;hb=1c068b6a0b9c781e97d565f1d5ed9ef8913566da;hp=2b7a8e0a6844dd63fa6489f5bb9c4993310185f4;hpb=f404a0ca916be07049af51a3022baaaaab94def6;p=apps%2Fmadmutt.git diff --git a/imap/message.c b/imap/message.c index 2b7a8e0..96d7e22 100644 --- a/imap/message.c +++ b/imap/message.c @@ -36,7 +36,11 @@ #include "pgp.h" #endif +#if HAVE_STDINT_H #include +#elif HAVE_INTTYPES_H +#include +#endif static void flush_buffer(char* buf, size_t* len, CONNECTION* conn); static int msg_fetch_header (CONTEXT* ctx, IMAP_HEADER* h, char* buf,