From: Jim Meyering Date: Tue, 6 Oct 2009 09:11:39 +0000 (+0200) Subject: linkat: avoid compilation failure X-Git-Tag: v0.1~5366 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=6f6420cc9705dcfa545a28c674fddf5703e72c86;p=gnulib.git linkat: avoid compilation failure * lib/linkat.c: Include for use of SIZE_MAX. --- diff --git a/ChangeLog b/ChangeLog index 03624976b..c94263155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-06 Jim Meyering + + linkat: avoid compilation failure + * lib/linkat.c: Include for use of SIZE_MAX. + 2009-10-05 Eric Blake linkat: support Linux 2.6.17 diff --git a/lib/linkat.c b/lib/linkat.c index f785d091f..e0dd8f286 100644 --- a/lib/linkat.c +++ b/lib/linkat.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include