diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/ptexenc/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/ptexenc/unicode-jp.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/ptexenc/ChangeLog b/Build/source/texk/ptexenc/ChangeLog index 8f51c5492d5..5b5600ad162 100644 --- a/Build/source/texk/ptexenc/ChangeLog +++ b/Build/source/texk/ptexenc/ChangeLog @@ -4,6 +4,8 @@ * unicode-jp.c (variation, JIStoUCS2): Patches from Takuji Tanaka <KXD02663@nifty.ne.jp>, mail [ptex:00300]. + * unicode-jp.c: #include <ptexenc/ptexenc.h> for + is_internalUPTEX(). From Takuji Tanaka [ptex:00302]. 2011-08-22 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/ptexenc/unicode-jp.c b/Build/source/texk/ptexenc/unicode-jp.c index 21ff28b15f8..856b2276c15 100644 --- a/Build/source/texk/ptexenc/unicode-jp.c +++ b/Build/source/texk/ptexenc/unicode-jp.c @@ -6,6 +6,7 @@ #include <ptexenc/c-auto.h> #include <ptexenc/unicode-jp.h> #include <ptexenc/kanjicnv.h> +#include <ptexenc/ptexenc.h> #if defined(KANJI_ICONV) && defined(HAVE_ICONV_H) #include <iconv.h> |