diff options
Diffstat (limited to 'src/nvim/mark_defs.h')
-rw-r--r-- | src/nvim/mark_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mark_defs.h b/src/nvim/mark_defs.h index 0e4fcc5889..c488cf2e1a 100644 --- a/src/nvim/mark_defs.h +++ b/src/nvim/mark_defs.h @@ -2,7 +2,7 @@ #include "nvim/eval/typval_defs.h" #include "nvim/os/time.h" -#include "nvim/pos.h" +#include "nvim/pos_defs.h" // marks: positions in a file // (a normal mark is a lnum/col pair, the same as a file position) |