remove a whole lot of #include mutt.h
[apps/madmutt.git] / lib-mime / crypt.c
index 919c3bb..16cbebd 100644 (file)
@@ -138,6 +138,8 @@ int mutt_is_application_pgp (BODY * m)
     return t ? t | PGPINLINE : 0;
 }
 
+#include "mutt.h"
+
 int mutt_is_application_smime (BODY * m)
 {
     char *t = NULL;