]> granicus.if.org Git - neomutt/commitdiff
include <stdbool.h> for definition 'true'
authorUnknown <nihilhill@gmail.com>
Sun, 6 Oct 2013 16:31:17 +0000 (09:31 -0700)
committerUnknown <nihilhill@gmail.com>
Sun, 6 Oct 2013 16:31:17 +0000 (09:31 -0700)
closes #3642

crypt-gpgme.c

index a9e6be3f611dbca0a46f72bbf783f70d96ec5728..3a8fb722620fe92197a064cf187f3b2e18c59575 100644 (file)
@@ -43,6 +43,7 @@
 #include <sys/stat.h>
 #include <errno.h>
 #include <ctype.h>
+#include <stdbool.h> /* for "true" */
 
 #include <gpgme.h>