diff options
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r-- | src/os_unix_defs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h index d9bd9191af..5ca09a7584 100644 --- a/src/os_unix_defs.h +++ b/src/os_unix_defs.h @@ -1,3 +1,6 @@ +#ifndef NEOVIM_OS_UNIX_DEFS_H +#define NEOVIM_OS_UNIX_DEFS_H + /* * VIM - Vi IMproved by Bram Moolenaar * @@ -277,3 +280,5 @@ /* We have three kinds of ACL support. */ #define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL) + +#endif // NEOVIM_OS_UNIX_DEFS_H |