summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/lua/luainit.w
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2012-05-21 15:21:54 +0000
committerTaco Hoekwater <taco@elvenkind.com>2012-05-21 15:21:54 +0000
commit92498c477e222a7fb71aa16b13956666ebf88c44 (patch)
tree0de60cecb342d1184a643c7fe34ea311e4bc4c86 /Build/source/texk/web2c/luatexdir/lua/luainit.w
parent0f8efd8125256f6402f1ef747c7e8fd04e97e480 (diff)
Make sure that "ptexlib.h" is loaded first because that reads config.h
which affects loading of system headers (via Large File Support) git-svn-id: svn://tug.org/texlive/trunk@26542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/luainit.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luainit.w2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w
index 39dc6d70fbb..876b901bd7b 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luainit.w
+++ b/Build/source/texk/web2c/luatexdir/lua/luainit.w
@@ -21,8 +21,8 @@
#include "openbsd-compat.h"
#include <kpathsea/c-stat.h>
-#include "lua/luatex-api.h"
#include "ptexlib.h"
+#include "lua/luatex-api.h"
static const char _svn_version[] =
"$Id: luainit.w 4260 2011-05-13 07:03:44Z taco $ $URL: http://foundry.supelec.fr/svn/luatex/branches/0.70.x/source/texk/web2c/luatexdir/lua/luainit.w $";