texlive[46350] Build/source/texk/ptexenc: #include

commits+karl at tug.org commits+karl at tug.org
Wed Jan 17 20:10:48 CET 2018


Revision: 46350
          http://tug.org/svn/texlive?view=revision&revision=46350
Author:   karl
Date:     2018-01-17 20:10:48 +0100 (Wed, 17 Jan 2018)
Log Message:
-----------
#include <kpathsea/c-pathmx.h> per debian

Modified Paths:
--------------
    trunk/Build/source/texk/ptexenc/ChangeLog
    trunk/Build/source/texk/ptexenc/ptexenc.c

Modified: trunk/Build/source/texk/ptexenc/ChangeLog
===================================================================
--- trunk/Build/source/texk/ptexenc/ChangeLog	2018-01-17 18:44:25 UTC (rev 46349)
+++ trunk/Build/source/texk/ptexenc/ChangeLog	2018-01-17 19:10:48 UTC (rev 46350)
@@ -1,7 +1,11 @@
+2018-01-17  Karl Berry  <karl at freefriends.org>
+
+	* ptexenc.c: #include <kpathsea/c-pathmx.h>, per Debian.
+
 2017-09-09  Hironori Kitagawa  <h_kitagawa2001 at 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 at tug.org>
 

Modified: trunk/Build/source/texk/ptexenc/ptexenc.c
===================================================================
--- trunk/Build/source/texk/ptexenc/ptexenc.c	2018-01-17 18:44:25 UTC (rev 46349)
+++ trunk/Build/source/texk/ptexenc/ptexenc.c	2018-01-17 19:10:48 UTC (rev 46350)
@@ -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>



More information about the tex-live-commits mailing list