forked from Lainports/freebsd-ports
Highlights from this new version: Main new features are support for integers, bitwise operators, and a basic utf-8 library Complete list of changes: http://www.lua.org/manual/5.3/readme.html#changes List of incompatibilities with lua 5.2: http://www.lua.org/manual/5.3/manual.html#8
10 lines
253 B
C
10 lines
253 B
C
--- ./src/liolib.c.orig 2013-01-05 22:46:54.000000000 +0100
|
|
+++ ./src/liolib.c 2013-01-05 22:47:32.000000000 +0100
|
|
@@ -19,6 +19,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <unistd.h>
|
|
|
|
#define liolib_c
|
|
#define LUA_LIB
|