mirror of
https://github.com/neovim/neovim.git
synced 2026-07-18 15:11:40 +00:00
Merge pull request #4674 from equalsraf/tb-include-fcntl
Add missing include fcntl.h
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/os/os_defs.h"
|
||||
|
||||
Reference in New Issue
Block a user