From 1710fa43376f4844abe056b3f87aece1845ff89a Mon Sep 17 00:00:00 2001 From: Nicolas Hillegeer Date: Sat, 12 Jul 2014 19:16:41 +0200 Subject: 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. --- src/nvim/os_unix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/os_unix.h') diff --git a/src/nvim/os_unix.h b/src/nvim/os_unix.h index 5610fe68eb..5a3eb84ba4 100644 --- a/src/nvim/os_unix.h +++ b/src/nvim/os_unix.h @@ -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() */ -- cgit