From: Paul Eggert Date: Wed, 12 Jun 2013 02:52:46 +0000 (-0700) Subject: getcwd-lgpl: port to Tru64 X-Git-Tag: stable/20130805~13 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=1fd0accd6684bbaba6690f33684e5e6a0c85344a getcwd-lgpl: port to Tru64 * lib/getcwd-lgpl.c: Include , for malloc etc. Problem reported by Steven M. Schweda in . (cherry picked from commit 2845ecc459a4ad03de8397a2c942c2e91d2d3ed5) --- diff --git a/ChangeLog b/ChangeLog index aeb1bc53e..06777dec3 100644 --- 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 index d550f35c4..cebe8f7b3 100644 --- a/lib/getcwd-lgpl.c +++ b/lib/getcwd-lgpl.c @@ -20,6 +20,7 @@ #include #include +#include #include #if GNULIB_GETCWD