aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index 1cea6e759e..f861c8ca1c 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -2,6 +2,8 @@
///
/// Code for diff'ing two, three or four buffers.
+#include <stdbool.h>
+
#include "nvim/vim.h"
#include "nvim/diff.h"
#include "nvim/buffer.h"