diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/ptexenc/ChangeLog | 8 | ||||
-rw-r--r-- | Build/source/texk/ptexenc/ptexenc.c | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/ptexenc/ChangeLog b/Build/source/texk/ptexenc/ChangeLog index 4be1dd3272e..e8b5c4a9fdf 100644 --- a/Build/source/texk/ptexenc/ChangeLog +++ b/Build/source/texk/ptexenc/ChangeLog @@ -1,7 +1,11 @@ +2018-01-17 Karl Berry <karl@freefriends.org> + + * ptexenc.c: #include <kpathsea/c-pathmx.h>, per Debian. + 2017-09-09 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> - * ptexenc.c, ptexenc/ptexenc.h: Add a new function setstdinenc() for the - primitive \epTeXinputencoding in e-(u)pTeX. + * ptexenc.c, ptexenc/ptexenc.h: Add a new function setstdinenc() + for the primitive \epTeXinputencoding in e-(u)pTeX. 2017-03-18 Karl Berry <karl@tug.org> diff --git a/Build/source/texk/ptexenc/ptexenc.c b/Build/source/texk/ptexenc/ptexenc.c index 83842ccdaaa..e4d6ff980c6 100644 --- a/Build/source/texk/ptexenc/ptexenc.c +++ b/Build/source/texk/ptexenc/ptexenc.c @@ -7,6 +7,7 @@ #include <kpathsea/variable.h> #include <kpathsea/readable.h> #include <kpathsea/c-limits.h> +#include <kpathsea/c-pathmx.h> #include <ptexenc/c-auto.h> #include <ptexenc/ptexenc.h> |