# HG changeset patch # User Paul Eggert # Date 1371005566 25200 # Node ID 744044c581c40d5f536ac0b3d202012a4594f5a7 # Parent 739d4a81666c9627083a9302500865f34cb2fdb6 getcwd-lgpl: port to Tru64 * lib/getcwd-lgpl.c: Include , for malloc etc. Problem reported by Steven M. Schweda in . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-06-11 Paul Eggert + getcwd-lgpl: port to Tru64 + * lib/getcwd-lgpl.c: Include , for malloc etc. + Problem reported by Steven M. Schweda in + . + tests: port large-fd POSIX spawn tests to OS X Problem reported by Daiki Ueno in . diff --git a/lib/getcwd-lgpl.c b/lib/getcwd-lgpl.c --- a/lib/getcwd-lgpl.c +++ b/lib/getcwd-lgpl.c @@ -20,6 +20,7 @@ #include #include +#include #include #if GNULIB_GETCWD