missing includE

This commit is contained in:
Enno Rehling 2017-01-22 18:03:46 +01:00 committed by Enno Rehling
parent f4e25fe20e
commit e7a41a2017
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ without prior permission by the authors of Eressea.
#include <lauxlib.h>
#include <time.h>
#include <errno.h>
#include <assert.h>
#define TOLUA_PKG(NAME) extern void tolua_##NAME##_open(lua_State * L)