projects
/
neomutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c030b
)
bool: include missing stdbool.h header
806/head
author
Anton Rieger
<seishinryohosha@jikken.de>
Sat, 30 Sep 2017 20:19:19 +0000
(22:19 +0200)
committer
Richard Russon
<rich@flatcap.org>
Sun, 1 Oct 2017 11:26:11 +0000
(12:26 +0100)
mutt_options.h
patch
|
blob
|
history
diff --git
a/mutt_options.h
b/mutt_options.h
index 59fbef56005b5240ddddb0b66a713ff5af239679..229e9b6d07c4eed6a8104d3077f7eb2b13fa0a97 100644
(file)
--- a/
mutt_options.h
+++ b/
mutt_options.h
@@
-24,6
+24,7
@@
#define _MUTT_OPTIONS_H
#include <stddef.h>
+#include <stdbool.h>
struct Buffer;