aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/env.c
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2016-11-05 01:03:44 +0300
committerZyX <kp-pav@yandex.ru>2017-03-29 10:08:42 +0300
commit4bcee963471abd939bb9edd1709418e30be7290f (patch)
treeed4d8ef5d4526b538a2f6113c3f0fce28c94c2fe /src/nvim/os/env.c
parent9ed9af7e11e3a707f65abfeb1d02b029e39241ea (diff)
downloadrneovim-4bcee963471abd939bb9edd1709418e30be7290f.tar.gz
rneovim-4bcee963471abd939bb9edd1709418e30be7290f.tar.bz2
rneovim-4bcee963471abd939bb9edd1709418e30be7290f.zip
*: Fix some Windows-specific warnings
Also fixed an error in path_fnamecmp().
Diffstat (limited to 'src/nvim/os/env.c')
-rw-r--r--src/nvim/os/env.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/env.c b/src/nvim/os/env.c
index a73d753e46..ae69462055 100644
--- a/src/nvim/os/env.c
+++ b/src/nvim/os/env.c
@@ -18,6 +18,7 @@
#include "nvim/eval.h"
#include "nvim/ex_getln.h"
#include "nvim/version.h"
+#include "nvim/fileio.h"
#ifdef WIN32
#include "nvim/mbyte.h" // for utf8_to_utf16, utf16_to_utf8