From: pdmef Date: Sat, 13 Aug 2005 08:36:18 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=7ff4900e87f7b836b9b5904b420f2818e390a073;hp=28c2fbe53cf73c57fd80bf332b4f4674ee09198b Rocco Rutte: - fix crypgt-gpgme.c's includes (patch by Christian Gall ) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@392 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/crypt-gpgme.c b/crypt-gpgme.c index 7f6ce25..8734a3c 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -22,9 +22,13 @@ #include "mutt_crypt.h" #include "mutt_menu.h" #include "mutt_curses.h" +#include "ascii.h" +#include "handler.h" +#include "enter.h" #include "mime.h" #include "copy.h" #include "pager.h" +#include "recvattach.h" #include "sort.h" #include "lib/mem.h"