bool: include missing stdbool.h header 806/head
authorAnton Rieger <seishinryohosha@jikken.de>
Sat, 30 Sep 2017 20:19:19 +0000 (22:19 +0200)
committerRichard Russon <rich@flatcap.org>
Sun, 1 Oct 2017 11:26:11 +0000 (12:26 +0100)
mutt_options.h

index 59fbef56005b5240ddddb0b66a713ff5af239679..229e9b6d07c4eed6a8104d3077f7eb2b13fa0a97 100644 (file)
@@ -24,6 +24,7 @@
 #define _MUTT_OPTIONS_H
 
 #include <stddef.h>
+#include <stdbool.h>
 
 struct Buffer;