aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/diff.h')
-rw-r--r--src/nvim/diff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/diff.h b/src/nvim/diff.h
index 53fc5aa077..1f64465336 100644
--- a/src/nvim/diff.h
+++ b/src/nvim/diff.h
@@ -1,7 +1,10 @@
#ifndef NVIM_DIFF_H
#define NVIM_DIFF_H
+#include <stdbool.h>
+
#include "nvim/ex_cmds_defs.h"
+#include "nvim/macros.h"
#include "nvim/pos.h"
// Value set from 'diffopt'.