mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
Create new OS module
This module will contain all functions that perform OS calls such as IO, filesystem access, etc.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
# define select select_declared_wrong
|
||||
|
||||
#include "vim.h"
|
||||
#include "os/os.h"
|
||||
|
||||
|
||||
#include "os_unixx.h" /* unix includes for os_unix.c only */
|
||||
|
Reference in New Issue
Block a user