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/memline.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/memline.c') diff --git a/src/nvim/memline.c b/src/nvim/memline.c index c91a25df6e..f58b2ac38f 100644 --- a/src/nvim/memline.c +++ b/src/nvim/memline.c @@ -38,6 +38,7 @@ #include #include #include +#include #include "nvim/ascii.h" #include "nvim/vim.h" -- cgit