Andreas Krennmair:
[apps/madmutt.git] / imap / message.c
index 75089b7..75e9ea5 100644 (file)
@@ -19,7 +19,6 @@
 
 /* message parsing/updating functions */
 
-#include <stdint.h>
 #include <stdlib.h>
 #include <ctype.h>
 
@@ -33,6 +32,8 @@
 #include "pgp.h"
 #endif
 
+#include <stdint.h>
+
 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);