diff options
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r-- | src/nvim/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c index ad1d8771aa..805b361bb1 100644 --- a/src/nvim/path.c +++ b/src/nvim/path.c @@ -25,7 +25,7 @@ #include "nvim/message.h" #include "nvim/option.h" #include "nvim/option_vars.h" -#include "nvim/os/fs_defs.h" +#include "nvim/os/fs.h" #include "nvim/os/input.h" #include "nvim/os/os.h" #include "nvim/os/shell.h" |