mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Add missing include guard to os module
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
#ifndef NEOVIM_OS_H
|
||||
#define NEOVIM_OS_H
|
||||
|
||||
#include "../vim.h"
|
||||
|
||||
long_u mch_total_mem(int special);
|
||||
int mch_chdir(char *path);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user