diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-19 12:31:17 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-19 12:31:17 +0000 |
commit | a84628de6ef38ff879cec6f07a790d8ac1b45eea (patch) | |
tree | 8986fe29267095024835085de2492b01f08e5fb5 /Build/source/texk/ptexenc/unicode-jp.c | |
parent | 2438d33d26e1efd298278d484a4309cd5281c7ce (diff) |
pTeX update
git-svn-id: svn://tug.org/texlive/trunk@17922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/unicode-jp.c')
-rw-r--r-- | Build/source/texk/ptexenc/unicode-jp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/unicode-jp.c b/Build/source/texk/ptexenc/unicode-jp.c index a00cf290744..b9374b49218 100644 --- a/Build/source/texk/ptexenc/unicode-jp.c +++ b/Build/source/texk/ptexenc/unicode-jp.c @@ -91,7 +91,7 @@ static int UCS2toJISnative(int ucs2) #else /* KANJI_ICONV && HAVE_ICONV_H */ -#include "../../libs/gd/gd-2.0.35/jisx0208.h" +#include "jisx0208.h" #define MAXJIS 84 /* convert a JIS X 0208 char to UCS-2 */ |