mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Windows: Include <fcntl.h> 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 <unistd.h>.
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/ascii.h"
|
||||
|
Reference in New Issue
Block a user