From 4f18e0f678d117d48d57be286ccc93c50109edcf Mon Sep 17 00:00:00 2001 From: Seth Jackson Date: Sun, 17 Jan 2016 00:19:56 -0500 Subject: Windows: Include for file constants. This header is required by POSIX for the constants (O_RDONLY, etc.) but we were only including it on Unix systems as a side effect of including . --- src/nvim/shada.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/shada.c') diff --git a/src/nvim/shada.c b/src/nvim/shada.c index 59ef2a0d28..dcdf2195f8 100644 --- a/src/nvim/shada.c +++ b/src/nvim/shada.c @@ -5,6 +5,7 @@ #include #include #include +#include #ifdef HAVE_UNISTD_H # include #endif -- cgit