diff options
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeX_ext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeX_ext.c b/Build/source/texk/web2c/xetexdir/XeTeX_ext.c index 977c253c6bb..122605694b0 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeX_ext.c +++ b/Build/source/texk/web2c/xetexdir/XeTeX_ext.c @@ -37,6 +37,8 @@ authorization from SIL International. #include "png.h" #endif +#include "zlib.h" + #define EXTERN extern #define Byte my_Byte /* hack to work around typedef conflict with zlib */ #include "xetexd.h" @@ -52,8 +54,6 @@ authorization from SIL International. #include <ft2build.h> #include FT_FREETYPE_H -#include "zlib.h" - #include "TECkit_Engine.h" #include <kpathsea/c-ctype.h> |