Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296697
Collapse All | Expand All

(-)crossfire-client-1.12.0-old/common/script_lua.c (+7 lines)
Lines 44-49 Link Here
44
#include <lua.h>
44
#include <lua.h>
45
#include <lualib.h>
45
#include <lualib.h>
46
46
47
/* luaL_newstate() is declared in lauxlib.h in Lua >= 5.1 
48
 * and is needed to correct "implicit declaration" warnings. 
49
 */
50
#if LUA_VERSION_NUM >= 501
51
#include <lauxlib.h>
52
#endif
53
47
struct script_state
54
struct script_state
48
{
55
{
49
    lua_State* state;
56
    lua_State* state;

Return to bug 296697