diff options
Diffstat (limited to 'src/nvim/os/env.h')
-rw-r--r-- | src/nvim/os/env.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/os/env.h b/src/nvim/os/env.h new file mode 100644 index 0000000000..e0abd87220 --- /dev/null +++ b/src/nvim/os/env.h @@ -0,0 +1,7 @@ +#ifndef NVIM_OS_ENV_H +#define NVIM_OS_ENV_H + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "os/env.h.generated.h" +#endif +#endif // NVIM_OS_ENV_H |