From b80ff4be9bdbaa6c0c61621aa5aed30715b9109e Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 23 Apr 2014 11:35:32 +0200 Subject: Fix build issues with compat.c/h --- src/compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index a5801c4..496986b 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,6 +1,10 @@ #if !defined( __COMPAT_H__) #define __COMPAT_H__ 1 +#include "lua.h" +#include "lualib.h" +#include "lauxlib.h" + // code is now using Lua 5.2 API // add Lua 5.2 API when building for Lua 5.1 #if LUA_VERSION_NUM == 501 -- cgit v1.2.3-55-g6feb