aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/undo_defs.h')
-rw-r--r--src/nvim/undo_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/undo_defs.h b/src/nvim/undo_defs.h
index f1e6c83c32..25097b3160 100644
--- a/src/nvim/undo_defs.h
+++ b/src/nvim/undo_defs.h
@@ -1,7 +1,7 @@
#ifndef NEOVIM_UNDO_DEFS_H
#define NEOVIM_UNDO_DEFS_H
-#include "pos.h"
+#include "nvim/pos.h"
/* Structure to store info about the Visual area. */
typedef struct {