summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/lua/lkpselib.c
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/lkpselib.c
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/lkpselib.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/lkpselib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/lkpselib.c b/Build/source/texk/web2c/luatexdir/lua/lkpselib.c
index 7a54d138b64..ae0ca3d11f1 100644
--- a/Build/source/texk/web2c/luatexdir/lua/lkpselib.c
+++ b/Build/source/texk/web2c/luatexdir/lua/lkpselib.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-#include "lua/luatex-api.h"
#include "ptexlib.h"
+#include "lua/luatex-api.h"
#include <kpathsea/expand.h>
#include <kpathsea/variable.h>
#include <kpathsea/tex-glyph.h>