mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-28 21:59:02 +08:00
Fixed lua compilation under linux
This commit is contained in:
parent
fe087cdce9
commit
63c5658a2b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user