aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-29 23:10:21 +0800
committerGitHub <noreply@github.com>2023-11-29 23:10:21 +0800
commit86cc791debba09c8ed1aa0d863be844108866a38 (patch)
tree7231cc3940e88ee6c6f963f641c99d23422ffc90 /src/nvim/os/fs.c
parent18c1fd8e9d759da6806747910320dce6bea2ab42 (diff)
downloadrneovim-86cc791debba09c8ed1aa0d863be844108866a38.tar.gz
rneovim-86cc791debba09c8ed1aa0d863be844108866a38.tar.bz2
rneovim-86cc791debba09c8ed1aa0d863be844108866a38.zip
refactor: move function macros out of vim_defs.h (#26300)
Diffstat (limited to 'src/nvim/os/fs.c')
-rw-r--r--src/nvim/os/fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/fs.c b/src/nvim/os/fs.c
index 3fc9e0ab69..8f939c3b40 100644
--- a/src/nvim/os/fs.c
+++ b/src/nvim/os/fs.c
@@ -53,6 +53,7 @@
#ifdef MSWIN
# include "nvim/mbyte.h"
# include "nvim/option.h"
+# include "nvim/strings.h"
#endif
#ifdef INCLUDE_GENERATED_DECLARATIONS