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/undo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/undo.c') diff --git a/src/nvim/undo.c b/src/nvim/undo.c index b9f3309cef..96b83a3e2d 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -107,6 +107,7 @@ #include "nvim/screen.h" #include "nvim/sha256.h" #include "nvim/strings.h" +#include "nvim/types.h" #include "nvim/os/os.h" #include "nvim/os/time.h" -- cgit