diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/xetex.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.h b/Build/source/texk/web2c/xetexdir/xetex.h index 3ceb847bfc8..65be0c705c1 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.h +++ b/Build/source/texk/web2c/xetexdir/xetex.h @@ -101,6 +101,6 @@ void* getotassemblyptr(int f, int g, int horiz); /* function in XeTeXOTMath.cpp #include "trans.h" /* functions for affine transform operations */ #define Byte my_Byte /* hack to work around typedef conflict with zlib */ -#include "TECkit_Common.h" /* include this before XeTeX_ext.h */ +#include <teckit/TECkit_Common.h> /* include this before XeTeX_ext.h */ #undef Byte #include "XeTeX_ext.h" /* other extension functions */ |