mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 21:20:45 +00:00
11 lines
183 B
C
11 lines
183 B
C
#ifndef NVIM_LUA_STDLIB_H
|
|
#define NVIM_LUA_STDLIB_H
|
|
|
|
#include <lua.h>
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "lua/stdlib.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_LUA_STDLIB_H
|