freebsd-ports/lang/lua53/files/patch-src__liolib.c
Baptiste Daroussin 6a4dc8a394 Add lua 5.3.0
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
2015-01-17 02:19:59 +00:00

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