continue the include dance
[apps/madmutt.git] / headers.c
index 71bc481..e05a7ea 100644 (file)
--- a/headers.c
+++ b/headers.c
 #include <lib-lib/debug.h>
 
 #include "mutt.h"
+#include "alias.h"
 #include <lib-crypt/crypt.h>
 #include "mutt_idna.h"
 
 void mutt_edit_headers (const char *editor,
                         const char *body,
-                        HEADER * msg, char *fcc, size_t fcclen)
+                        HEADER * msg, char *fcc, ssize_t fcclen)
 {
   char path[_POSIX_PATH_MAX];   /* tempfile used to edit headers + body */
   char buffer[LONG_STRING];