Fixed lua compilation under linux

This commit is contained in:
Sergey Lyubka 2013-12-07 17:45:59 +00:00
parent fe087cdce9
commit 63c5658a2b

View File

@ -8,10 +8,11 @@
#ifndef lconfig_h
#define lconfig_h
#define _XOPEN_SOURCE 600 // Makes it compile under linux
#include <limits.h>
#include <stddef.h>
/*
** ==================================================================
** Search for "@@" to find all configurable definitions.