diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 12:02:03 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 12:02:03 +0000 |
commit | 3778428430472de826ba9176ffb0dd749508d0aa (patch) | |
tree | 4c58f96e87803340d22ab630f52962130039f0bd /Build | |
parent | 1a1b0ed4deb7d7cc36e95917da86d9a7fcd50e8f (diff) |
TeX4htk: Always include system headers after <kpathsea/config.h>
git-svn-id: svn://tug.org/texlive/trunk@31068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/tex4htk/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/t4ht.c | 4 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/tex4ht.c | 4 |
3 files changed, 11 insertions, 2 deletions
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 <peb@mppmu.mpg.de> + + * t4ht.c, tex4ht.c: Always include system headers after + <kpathsea/config.h>. + 2013-01-30 Peter Breitenlohner <peb@mppmu.mpg.de> * 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 <kpathsea/config.h> +#endif #include <stdio.h> #include <stdlib.h> @@ -171,7 +174,6 @@ #ifdef KPATHSEA -#include <kpathsea/config.h> #include <kpathsea/c-errno.h> #include <kpathsea/c-ctype.h> #include <kpathsea/c-fopen.h> 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 <kpathsea/config.h> +#endif #include <stdio.h> #include <stdlib.h> @@ -195,7 +198,6 @@ #ifdef KPATHSEA -#include <kpathsea/config.h> #include <kpathsea/c-errno.h> #include <kpathsea/c-ctype.h> #include <kpathsea/c-fopen.h> |