aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/os.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-10-17 14:45:53 +0300
committerZyX <kp-pav@yandex.ru>2015-10-23 14:54:10 +0300
commitbe91bc1e1a110da938201eab9b43736e64a7392e (patch)
tree501e6fb5bf85155e421b9fc7d9c291ea2d9be848 /src/nvim/os/os.h
parentafb0f2f9b14f0ebcb5c53a47338a6a4359019e38 (diff)
downloadrneovim-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.h1
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