diff options
Diffstat (limited to 'Build/source/texk/tex4htk/tex4ht.c')
-rw-r--r-- | Build/source/texk/tex4htk/tex4ht.c | 4 |
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> |