From 2e67e9c290822ec0615bf4207654e9a56d3218e1 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 26 Feb 2011 09:33:20 +0100 Subject: [PATCH] gcc wants us to define this struct, and that's correct --- src/bindings/bindings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bindings/bindings.h b/src/bindings/bindings.h index 4cca8fee4..a289a9d90 100644 --- a/src/bindings/bindings.h +++ b/src/bindings/bindings.h @@ -15,6 +15,8 @@ extern "C" { #endif struct lua_State; + struct quicklist; + int tolua_sqlite_open(struct lua_State * L); int tolua_eressea_open(struct lua_State* L); int tolua_spelllist_next(struct lua_State *L);