aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r--src/nvim/if_cscope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c
index 94fbc15ede..aef104abf9 100644
--- a/src/nvim/if_cscope.c
+++ b/src/nvim/if_cscope.c
@@ -7,6 +7,7 @@
*
* See README.txt for an overview of the Vim source code.
*/
+#include <stdbool.h>
#include "nvim/vim.h"
#include "nvim/if_cscope.h"