diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2012-05-21 15:21:54 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2012-05-21 15:21:54 +0000 |
commit | 92498c477e222a7fb71aa16b13956666ebf88c44 (patch) | |
tree | 0de60cecb342d1184a643c7fe34ea311e4bc4c86 /Build/source/texk/web2c/luatexdir/lua/ltexlib.c | |
parent | 0f8efd8125256f6402f1ef747c7e8fd04e97e480 (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/ltexlib.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/ltexlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/ltexlib.c b/Build/source/texk/web2c/luatexdir/lua/ltexlib.c index b46df34ec06..e9e05b8b7aa 100644 --- a/Build/source/texk/web2c/luatexdir/lua/ltexlib.c +++ b/Build/source/texk/web2c/luatexdir/lua/ltexlib.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" |