From d2e07c8307af8a1ab37e68746a8ba600ee372948 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 17 Oct 2015 23:18:04 +0300 Subject: stdpaths: Add missing include --- src/nvim/os/stdpaths.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/nvim/os/stdpaths.c b/src/nvim/os/stdpaths.c index 520836b983..6e5e37ec08 100644 --- a/src/nvim/os/stdpaths.c +++ b/src/nvim/os/stdpaths.c @@ -4,6 +4,7 @@ #include "nvim/os/os.h" #include "nvim/path.h" #include "nvim/memory.h" +#include "nvim/ascii.h" /// Names of the environment variables, mapped to XDGVarType values static const char *xdg_env_vars[] = { -- cgit