aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-27 20:58:37 +0800
committerGitHub <noreply@github.com>2023-11-27 20:58:37 +0800
commit38a20dd89f91c45ec8589bf1c50d50732882d38a (patch)
treeaad537751c8696c4a384984074b1a15fe60c6004 /src/nvim/runtime.c
parentacf525287950277e7b83794184e3df5dcfdecc48 (diff)
downloadrneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.tar.gz
rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.tar.bz2
rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.zip
build(IWYU): replace most private mappings with pragmas (#26247)
Diffstat (limited to 'src/nvim/runtime.c')
-rw-r--r--src/nvim/runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/runtime.c b/src/nvim/runtime.c
index decf16c02e..e6720a9211 100644
--- a/src/nvim/runtime.c
+++ b/src/nvim/runtime.c
@@ -40,6 +40,7 @@
#include "nvim/option.h"
#include "nvim/option_defs.h"
#include "nvim/option_vars.h"
+#include "nvim/os/fs.h"
#include "nvim/os/input.h"
#include "nvim/os/os.h"
#include "nvim/os/stdpaths_defs.h"