diff options
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r-- | src/nvim/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c index 36bbe3836d..21f0543756 100644 --- a/src/nvim/path.c +++ b/src/nvim/path.c @@ -26,6 +26,7 @@ #include "nvim/memory.h" #include "nvim/message.h" #include "nvim/option.h" +#include "nvim/option_vars.h" #include "nvim/os/fs_defs.h" #include "nvim/os/input.h" #include "nvim/os/os.h" |