summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/texmfmp.h
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-02-19 13:58:24 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-02-19 13:58:24 +0000
commit46269cbc4c5e9e78c5159cae275f276c4c54e26a (patch)
tree734ab2482b411f64aae724fa567a8d84c796df26 /Build/source/texk/web2c/texmfmp.h
parent131edca4d85f78c64c1793725546350fc9ca62b2 (diff)
Fix 32 bit build on Mac
git-svn-id: svn://tug.org/texlive/trunk@29166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/texmfmp.h')
-rw-r--r--Build/source/texk/web2c/texmfmp.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/texmfmp.h b/Build/source/texk/web2c/texmfmp.h
index a62ddcdb492..208a5c08774 100644
--- a/Build/source/texk/web2c/texmfmp.h
+++ b/Build/source/texk/web2c/texmfmp.h
@@ -7,12 +7,6 @@
#include <kpathsea/tex-make.h> /* for kpse_make_tex_discard_errors */
#ifdef XeTeX
-/* Include these two early in order to prevent typedef duplications. */
-#include <zlib.h>
-#include <teckit/TECkit_Common.h>
-#endif
-
-#ifdef XeTeX
/* added typedefs for unicodefile and voidpointer */
#define XETEX_UNICODE_FILE_DEFINED 1
typedef struct {
@@ -310,6 +304,7 @@ extern void paintrow (/*screenrow, pixelcolor, transspec, screencol*/);
/* We define the routines to do the actual work in texmf.c. */
#ifdef XeTeX
+#include <zlib.h>
extern void do_dump (char *, int, int, gzFile);
extern void do_undump (char *, int, int, gzFile);
#else