aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-07-12 19:16:41 +0200
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-16 19:05:35 +0200
commit1710fa43376f4844abe056b3f87aece1845ff89a (patch)
tree7e25711a7829c27471dad6a15c72abe2b7c712ab /src/nvim/undo.c
parent109c70dc60b763362923549beeef312324fefba4 (diff)
downloadrneovim-1710fa43376f4844abe056b3f87aece1845ff89a.tar.gz
rneovim-1710fa43376f4844abe056b3f87aece1845ff89a.tar.bz2
rneovim-1710fa43376f4844abe056b3f87aece1845ff89a.zip
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.
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r--src/nvim/undo.c1
1 files changed, 1 insertions, 0 deletions
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"