From 3778428430472de826ba9176ffb0dd749508d0aa Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 2 Jul 2013 12:02:03 +0000 Subject: TeX4htk: Always include system headers after git-svn-id: svn://tug.org/texlive/trunk@31068 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/tex4htk/ChangeLog | 5 +++++ Build/source/texk/tex4htk/t4ht.c | 4 +++- Build/source/texk/tex4htk/tex4ht.c | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/tex4htk') diff --git a/Build/source/texk/tex4htk/ChangeLog b/Build/source/texk/tex4htk/ChangeLog index e67e6715a99..1670bc8d3f3 100644 --- a/Build/source/texk/tex4htk/ChangeLog +++ b/Build/source/texk/tex4htk/ChangeLog @@ -1,3 +1,8 @@ +2013-07-02 Peter Breitenlohner + + * t4ht.c, tex4ht.c: Always include system headers after + . + 2013-01-30 Peter Breitenlohner * configure.ac: Use KPSE_COND_WIN32_WRAP. diff --git a/Build/source/texk/tex4htk/t4ht.c b/Build/source/texk/tex4htk/t4ht.c index 81aaa02ad08..a5894b9d209 100644 --- a/Build/source/texk/tex4htk/t4ht.c +++ b/Build/source/texk/tex4htk/t4ht.c @@ -107,6 +107,9 @@ +#ifdef KPATHSEA +#include +#endif #include #include @@ -171,7 +174,6 @@ #ifdef KPATHSEA -#include #include #include #include diff --git a/Build/source/texk/tex4htk/tex4ht.c b/Build/source/texk/tex4htk/tex4ht.c index 45762597e69..dad159f498e 100644 --- a/Build/source/texk/tex4htk/tex4ht.c +++ b/Build/source/texk/tex4htk/tex4ht.c @@ -144,6 +144,9 @@ +#ifdef KPATHSEA +#include +#endif #include #include @@ -195,7 +198,6 @@ #ifdef KPATHSEA -#include #include #include #include -- cgit v1.2.3