diff options
Diffstat (limited to 'src/nvim/profile.c')
-rw-r--r-- | src/nvim/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/profile.c b/src/nvim/profile.c index d42f2aceeb..e65d6ae1d3 100644 --- a/src/nvim/profile.c +++ b/src/nvim/profile.c @@ -26,7 +26,7 @@ #include "nvim/os/fs.h" #include "nvim/os/os.h" #include "nvim/os/time.h" -#include "nvim/pos.h" +#include "nvim/pos_defs.h" #include "nvim/profile.h" #include "nvim/runtime.h" #include "nvim/types.h" |