From: Anton Rieger Date: Sat, 30 Sep 2017 20:19:19 +0000 (+0200) Subject: bool: include missing stdbool.h header X-Git-Tag: neomutt-20171006~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c661157d81562ef515fa8606f68a7fb477f57c7;p=neomutt bool: include missing stdbool.h header --- diff --git a/mutt_options.h b/mutt_options.h index 59fbef560..229e9b6d0 100644 --- a/mutt_options.h +++ b/mutt_options.h @@ -24,6 +24,7 @@ #define _MUTT_OPTIONS_H #include +#include struct Buffer;