summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-04 17:09:25 +0000
committerKarl Berry <karl@freefriends.org>2017-02-04 17:09:25 +0000
commit3b9337788eeaf1fdffaa90744cc10a30777b41fd (patch)
tree1885cd0de7c83013c9b0c88e00abee368ddad171 /Build/source/texk/dvisvgm/dvisvgm-src
parent46a513172aad1a90051c4a2c479809bb6e6254c8 (diff)
xlocale fixes from Martin
git-svn-id: svn://tug.org/texlive/trunk@43139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h b/Build/source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h
index 77e0d4f5459..6ecf7996506 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h
+++ b/Build/source/texk/dvisvgm/dvisvgm-src/libs/ff-woff/fontforge/splinefont.h
@@ -27,6 +27,9 @@
#ifndef _SPLINEFONT_H
#define _SPLINEFONT_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <basics.h>
#include <dlist.h>
#include "configure-fontforge.h"
@@ -35,7 +38,10 @@
#else
# include <gwwiconv.h>
#endif
-#include "locale.h"
+#include <locale.h>
+#ifdef HAVE_XLOCALE_H
+#include <xlocale.h>
+#endif
#include <gnetwork.h>
#ifdef FONTFORGE_CONFIG_USE_DOUBLE