mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
Include stdbool.h in some files which use it
Done by manual inspection of the output of this script: grep -r -l -w "bool\|true\|false" * | grep 'c$\|h$' > has_bool grep -r -l "stdbool.h" * | grep 'c$\|h$' > has_include grep -F -x -v -f has_include has_bool
This commit is contained in:

committed by
Justin M. Keyes

parent
cf18687349
commit
0868818d3e
@@ -1,4 +1,5 @@
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/indent.h"
|
||||
|
Reference in New Issue
Block a user