changeset: 6311:24bb691dcde7 user: nihilh...@gmail.com date: Sun Oct 06 09:31:17 2013 -0700 link: http://dev.mutt.org/hg/mutt/rev/24bb691dcde7
include <stdbool.h> for definition 'true' closes #3642 diffs (11 lines): diff -r 035306822940 -r 24bb691dcde7 crypt-gpgme.c --- a/crypt-gpgme.c Sat Oct 05 15:57:49 2013 +0800 +++ b/crypt-gpgme.c Sun Oct 06 09:31:17 2013 -0700 @@ -43,6 +43,7 @@ #include <sys/stat.h> #include <errno.h> #include <ctype.h> +#include <stdbool.h> /* for "true" */ #include <gpgme.h>