diff options
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r-- | src/nvim/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 50e2b18c31..74f2d2139a 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -117,7 +117,7 @@ #include "nvim/os/os_defs.h" #include "nvim/os/time.h" #include "nvim/path.h" -#include "nvim/pos.h" +#include "nvim/pos_defs.h" #include "nvim/sha256.h" #include "nvim/spell.h" #include "nvim/state.h" |