diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-27 23:08:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-27 23:08:43 +0000 |
commit | 29cf6f8fa20e8af648ec39b7ca40cda82fa20121 (patch) | |
tree | 600121e9598df335fd1c224d319cd34c17770079 /Build/source/texk/web2c/luatexdir/utils/utils.w | |
parent | 1b913c21141d09d33723f2553b6ee1c3efbdd4ff (diff) |
further inclusion of ptexlib.h first, and guard against it
git-svn-id: svn://tug.org/texlive/trunk@30986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils/utils.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/utils/utils.w | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/utils.w b/Build/source/texk/web2c/luatexdir/utils/utils.w index 780a98ca5aa..85a6c99208d 100644 --- a/Build/source/texk/web2c/luatexdir/utils/utils.w +++ b/Build/source/texk/web2c/luatexdir/utils/utils.w @@ -24,6 +24,8 @@ static const char _svn_version[] = "$URL: https://foundry.supelec.fr/svn/luatex/tags/beta-0.76.0/source/texk/web2c/luatexdir/utils/utils.w $"; @ @c +#include "ptexlib.h" + #include <kpathsea/config.h> /* this is a trick to load mingw32's io.h early, using a macro redefinition of |eof()|. */ #include "sys/types.h" @@ -33,7 +35,6 @@ static const char _svn_version[] = #include <time.h> #include <float.h> /* for |DBL_EPSILON| */ #include "zlib.h" -#include "ptexlib.h" #include "md5.h" #include "lua/luatex-api.h" /* for ptexbanner */ |