diff options
Diffstat (limited to 'src/nvim/undo_defs.h')
-rw-r--r-- | src/nvim/undo_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/undo_defs.h b/src/nvim/undo_defs.h index de925c3937..3e745ab4dc 100644 --- a/src/nvim/undo_defs.h +++ b/src/nvim/undo_defs.h @@ -4,7 +4,7 @@ #include "nvim/extmark_defs.h" #include "nvim/mark_defs.h" -#include "nvim/pos.h" +#include "nvim/pos_defs.h" typedef struct u_header u_header_T; |