diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 66500eb..47b7ee4 100644 --- a/src/common.h +++ b/src/common.h @@ -152,4 +152,5 @@ void honey_lua_push_element(lua_State* L, void honey_lua_create_table(lua_State* L, honey_lua_element* elements, unsigned int n_elements); + #endif |