mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
Add missing include fcntl.h
In Windows, open() flags like O_RDONLY need fcntl.h.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include "nvim/os/os.h"
|
#include "nvim/os/os.h"
|
||||||
#include "nvim/os/os_defs.h"
|
#include "nvim/os/os_defs.h"
|
||||||
|
Reference in New Issue
Block a user