Skip to content

Commit

Permalink
Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed May 26, 2021
1 parent 34d80ec commit f1e09d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firebase/include/luautils.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ void lua_pushtablestringstring(lua_State* L, const char* key, const char* value)
void lua_pushtablestringfunction(lua_State* L, const char* key, lua_CFunction function);
void lua_printstack(lua_State* L);
void lua_setfieldstringstring(lua_State* L, const char* key, const char* value);
void lua_setfieldstringnumber(lua_State* L, const char* key, const int value)

0 comments on commit f1e09d8

Please sign in to comment.