diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2010-06-11 11:04:19 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2010-06-11 11:04:19 +0000 |
commit | ec3303945f1b4d19b0c0c45c855a17f47d9a3039 (patch) | |
tree | ed1c74d1f9c8a06cf3d2d56810fc8e7d1ab0855b /Build/source/texk/web2c/luatexdir/lua51 | |
parent | 49f07f72ddacfb761172a75cefbb709f5fcfc368 (diff) |
Changed location of config.h and c-auto.h, for luatex
git-svn-id: svn://tug.org/texlive/trunk@18892 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua51')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua51/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua51/luaconf.h b/Build/source/texk/web2c/luatexdir/lua51/luaconf.h index fc89eae731e..413f12e23f3 100644 --- a/Build/source/texk/web2c/luatexdir/lua51/luaconf.h +++ b/Build/source/texk/web2c/luatexdir/lua51/luaconf.h @@ -11,7 +11,7 @@ #include <limits.h> #include <stddef.h> -#include <c-auto.h> +#include <w2c/c-auto.h> /* ** ================================================================== |