From e7a41a20178831aed58a12841179b2d7ea6a49fd Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 22 Jan 2017 18:03:46 +0100 Subject: [PATCH] missing includE --- src/bindings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bindings.c b/src/bindings.c index e7c4859b4..62d9064b4 100755 --- a/src/bindings.c +++ b/src/bindings.c @@ -80,6 +80,7 @@ without prior permission by the authors of Eressea. #include #include +#include #include #define TOLUA_PKG(NAME) extern void tolua_##NAME##_open(lua_State * L)