diff options
Diffstat (limited to 'contrib/lyaml/ext/yaml/yaml.c')
| -rw-r--r-- | contrib/lyaml/ext/yaml/yaml.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/contrib/lyaml/ext/yaml/yaml.c b/contrib/lyaml/ext/yaml/yaml.c index 54478610134f..6a5ddc605e0f 100644 --- a/contrib/lyaml/ext/yaml/yaml.c +++ b/contrib/lyaml/ext/yaml/yaml.c @@ -35,6 +35,8 @@  #include "lyaml.h" +#include "bootstrap.h" +  #define MYNAME		"yaml"  #define MYVERSION	MYNAME " library for " LUA_VERSION " / " VERSION @@ -64,3 +66,5 @@ luaopen_yaml (lua_State *L)     return 1;  } + +FLUA_MODULE(yaml); | 
