mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 18:46:38 +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"
|
#include "../vim.h"
|
||||||
|
|
||||||
long_u mch_total_mem(int special);
|
long_u mch_total_mem(int special);
|
||||||
int mch_chdir(char *path);
|
int mch_chdir(char *path);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user