summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-17 19:10:48 +0000
committerKarl Berry <karl@freefriends.org>2018-01-17 19:10:48 +0000
commitb99a8b3250fbb7852f478317959c72a2f897d219 (patch)
tree90fbe23bb75e5f08a45a3fa91d49d3117b84aafa /Build/source/texk/ptexenc
parente60e68915a92eef709656214cea817981e37c7fe (diff)
#include <kpathsea/c-pathmx.h> per debian
git-svn-id: svn://tug.org/texlive/trunk@46350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc')
-rw-r--r--Build/source/texk/ptexenc/ChangeLog8
-rw-r--r--Build/source/texk/ptexenc/ptexenc.c1
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>