mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
stdpaths: Add missing include
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
#include "nvim/os/os.h"
|
#include "nvim/os/os.h"
|
||||||
#include "nvim/path.h"
|
#include "nvim/path.h"
|
||||||
#include "nvim/memory.h"
|
#include "nvim/memory.h"
|
||||||
|
#include "nvim/ascii.h"
|
||||||
|
|
||||||
/// Names of the environment variables, mapped to XDGVarType values
|
/// Names of the environment variables, mapped to XDGVarType values
|
||||||
static const char *xdg_env_vars[] = {
|
static const char *xdg_env_vars[] = {
|
||||||
|
Reference in New Issue
Block a user