diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-17 14:45:53 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-23 14:54:10 +0300 |
commit | be91bc1e1a110da938201eab9b43736e64a7392e (patch) | |
tree | 501e6fb5bf85155e421b9fc7d9c291ea2d9be848 /src/nvim/os/os.h | |
parent | afb0f2f9b14f0ebcb5c53a47338a6a4359019e38 (diff) | |
download | rneovim-be91bc1e1a110da938201eab9b43736e64a7392e.tar.gz rneovim-be91bc1e1a110da938201eab9b43736e64a7392e.tar.bz2 rneovim-be91bc1e1a110da938201eab9b43736e64a7392e.zip |
stdpaths: Export get_xdg function (renamed) and use it for runtimepath
Diffstat (limited to 'src/nvim/os/os.h')
-rw-r--r-- | src/nvim/os/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/os.h b/src/nvim/os/os.h index 198f9ae897..3e89e5a94a 100644 --- a/src/nvim/os/os.h +++ b/src/nvim/os/os.h @@ -5,6 +5,7 @@ #include <uv.h> #include "nvim/os/fs_defs.h" +#include "nvim/os/stdpaths_defs.h" #include "nvim/vim.h" #ifdef INCLUDE_GENERATED_DECLARATIONS |