diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-17 00:00:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-17 00:00:13 +0000 |
commit | 86ba84b8ea79fae2f35e1ad9543a180cd8aaefa2 (patch) | |
tree | d286bb8df17d663aea4387a887c643adbf29dada /Build/source/texk/web2c/xetexdir/XeTeX_ext.h | |
parent | 47283850321c25ac86ab7f133007a9912994a1d5 (diff) |
#include <w2c/c-auto.h> for segfaults/stretchy math; fix from pvojta
git-svn-id: svn://tug.org/texlive/trunk@21091 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeX_ext.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeX_ext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeX_ext.h b/Build/source/texk/web2c/xetexdir/XeTeX_ext.h index 527e803fbe6..50bfc39ba5d 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeX_ext.h +++ b/Build/source/texk/web2c/xetexdir/XeTeX_ext.h @@ -33,6 +33,7 @@ authorization from the copyright holders. #ifndef __XETEXEXT_H #define __XETEXEXT_H +#include <w2c/c-auto.h> /* needed for SIZEOF_LONG and NO_DUMP_SHARE */ /***** copied from TeX/texk/web2c/config.h -- difficult to include in C++ source files ******/ #ifndef INTEGER_TYPE |