X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Fcrypt.c;h=16cbebd027efefea3854bfcb97376ef80fe0d1de;hp=d0d3235183ce519db8e75f4a1de3394b2ec17c16;hb=a0aa4a45870f1607e8b41760866071692675c84d;hpb=774b53097f8c8b62c5101bce8f313d339387a438 diff --git a/lib-mime/crypt.c b/lib-mime/crypt.c index d0d3235..16cbebd 100644 --- a/lib-mime/crypt.c +++ b/lib-mime/crypt.c @@ -30,8 +30,7 @@ * please see the file GPL in the top level source directory. */ -#include -#include +#include #include @@ -139,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;