repo.or.cz
/
luatex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new beta-0.90.0
[luatex.git]
/
source
/
libs
/
lua52
/
lua52-PATCHES
/
patch-02-FreeBSD
blob
c9465de94460da7bf543f8120e919fce2c27b9c2
1
diff -ur lua-5.2.4.orig/src/liolib.c lua-5.2.4/src/liolib.c
2
--- lua-5.2.4.orig/src/liolib.c 2013-04-12 20:48:47.000000000 +0200
3
+++ lua-5.2.4/src/liolib.c 2014-03-19 15:03:49.727286832 +0100
4
@@ -19,6 +19,9 @@
5
#include <stdio.h>
6
#include <stdlib.h>
7
#include <string.h>
8
+#if defined(HAVE_UNISTD_H)
9
+#include <unistd.h>
10
+#endif
11
12
#define liolib_c
13
#define LUA_LIB