aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-06-10 16:26:11 +0200
committerDaniel Hahler <git@thequod.de>2019-08-07 14:21:23 +0200
commit0e3b9ea74d0611567b519e4e4af1fc427f8dca4d (patch)
tree501d723b8a3974a20d679dcc047183ae9925130c /src/nvim/diff.c
parentaa6aa732e9dd14c2a8804d4c20658112a23491b2 (diff)
downloadrneovim-0e3b9ea74d0611567b519e4e4af1fc427f8dca4d.tar.gz
rneovim-0e3b9ea74d0611567b519e4e4af1fc427f8dca4d.tar.bz2
rneovim-0e3b9ea74d0611567b519e4e4af1fc427f8dca4d.zip
includes
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index 4176769f85..7328b88a40 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -18,6 +18,7 @@
#include "nvim/ascii.h"
#include "nvim/diff.h"
#include "nvim/buffer.h"
+#include "nvim/change.h"
#include "nvim/charset.h"
#include "nvim/cursor.h"
#include "nvim/eval.h"