diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-10 16:26:11 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-08-07 14:21:23 +0200 |
commit | 0e3b9ea74d0611567b519e4e4af1fc427f8dca4d (patch) | |
tree | 501d723b8a3974a20d679dcc047183ae9925130c /src/nvim/buffer.c | |
parent | aa6aa732e9dd14c2a8804d4c20658112a23491b2 (diff) | |
download | rneovim-0e3b9ea74d0611567b519e4e4af1fc427f8dca4d.tar.gz rneovim-0e3b9ea74d0611567b519e4e4af1fc427f8dca4d.tar.bz2 rneovim-0e3b9ea74d0611567b519e4e4af1fc427f8dca4d.zip |
includes
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r-- | src/nvim/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index 89f1e33a86..a545112360 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -32,6 +32,7 @@ #include "nvim/channel.h" #include "nvim/vim.h" #include "nvim/buffer.h" +#include "nvim/change.h" #include "nvim/charset.h" #include "nvim/cursor.h" #include "nvim/diff.h" |