From ea33782ecfe04d2116e2aaae0762c62d9736c211 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 29 Aug 2011 15:16:40 +0000 Subject: Avoid compiler warning (from Takuji Tanaka) git-svn-id: svn://tug.org/texlive/trunk@23747 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/ptexenc/ChangeLog | 2 ++ Build/source/texk/ptexenc/unicode-jp.c | 1 + 2 files changed, 3 insertions(+) (limited to 'Build/source') 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 , mail [ptex:00300]. + * unicode-jp.c: #include for + is_internalUPTEX(). From Takuji Tanaka [ptex:00302]. 2011-08-22 Peter Breitenlohner 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 #include #include +#include #if defined(KANJI_ICONV) && defined(HAVE_ICONV_H) #include -- cgit v1.2.3