From 2b9faf719575eb578dbbfb7fe1a928ef599bb19b Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Wed, 3 Aug 2011 08:16:31 +0000 Subject: update win32lib.h git-svn-id: svn://tug.org/texlive/trunk@23362 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/win32lib.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index eafb0c196c4..5bfdf89feb8 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2011-08-03 Akirar Kakuto + + * win32lib.h: #include for _getcwd. + 2011-08-02 Peter Breitenlohner Unexport kpathsea internal functions, remove unused ones. diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h index bb1edad7d15..a613339712d 100644 --- a/Build/source/texk/kpathsea/win32lib.h +++ b/Build/source/texk/kpathsea/win32lib.h @@ -238,6 +238,9 @@ #include #include +/* For _getcwd. */ +#include + /* Web2C takes care of ensuring that these are defined. */ #ifdef max #undef max -- cgit v1.2.3