diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 11:33:10 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 11:33:10 +0000 |
commit | 1a1b0ed4deb7d7cc36e95917da86d9a7fcd50e8f (patch) | |
tree | e897f1cfee62018dc582abc1ce9255747a463923 /Build/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp | |
parent | 654fa41b0ba10cfc74e8f492458f2ddbdd177c57 (diff) |
XeTeX: Make sure <w2c/config.h> is always included first
git-svn-id: svn://tug.org/texlive/trunk@31067 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp b/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp index 16a471e35e8..f7c64d16f4b 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp +++ b/Build/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp @@ -30,6 +30,14 @@ use or other dealings in this Software without prior written authorization from the copyright holders. \****************************************************************************/ +#ifdef __cplusplus +extern "C" { +#endif +#include <w2c/config.h> +#ifdef __cplusplus +} +#endif + #include "XeTeXFontMgr_FC.h" /* allow compilation with old Fontconfig header */ |