Commit 5aaa94e4 authored by Rafaël Carré's avatar Rafaël Carré

lua: fix windows build

include config.h
parent c4df4fdf
......@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
/* I don't want to include lua headers here */
typedef struct lua_State lua_State;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment