summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog4
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index 3479a239a1f..07ee30e6e1a 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-06 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * texmfmp.c: include kpathsea/concatn.h if WIN32 is defined.
+
2010-06-04 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* texmfmp.c: include kpathsea/concatn.h and remove cast
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index 0c62e00bb5b..b095cbff660 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -19,7 +19,9 @@
#include <kpathsea/variable.h>
#include <kpathsea/absolute.h>
#include <kpathsea/recorder.h>
+#ifdef WIN32
#include <kpathsea/concatn.h>
+#endif
#include <time.h> /* For `struct tm'. */
#if defined (HAVE_SYS_TIME_H)