Commit 63c5658a authored by Sergey Lyubka's avatar Sergey Lyubka

Fixed lua compilation under linux

parent fe087cdc
......@@ -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.
......
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