mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
Add missing include guard to os module
This commit is contained in:
parent
c067e5580b
commit
d5f74cf8bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user