mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim: move vim_acl_T to types.h
Also include "types.h" in os_unix.h because it declares functions that return vim_acl_T.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef NVIM_OS_UNIX_H
|
||||
#define NVIM_OS_UNIX_H
|
||||
|
||||
#include "nvim/types.h" // for vim_acl_T
|
||||
#include "nvim/os/shell.h"
|
||||
|
||||
/* Values returned by mch_nodetype() */
|
||||
|
Reference in New Issue
Block a user