summaryrefslogtreecommitdiff
path: root/Build/source/texk/tex4htk/tex4ht.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-07-02 12:02:03 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-07-02 12:02:03 +0000
commit3778428430472de826ba9176ffb0dd749508d0aa (patch)
tree4c58f96e87803340d22ab630f52962130039f0bd /Build/source/texk/tex4htk/tex4ht.c
parent1a1b0ed4deb7d7cc36e95917da86d9a7fcd50e8f (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/source/texk/tex4htk/tex4ht.c')
-rw-r--r--Build/source/texk/tex4htk/tex4ht.c4
1 files changed, 3 insertions, 1 deletions
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>