From: Eric Blake Date: Tue, 8 Sep 2009 02:16:00 +0000 (-0600) Subject: fstatat: fix compilation on Solaris X-Git-Tag: v0.1~5514 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2c90f1af0fd6fcf444f5c16de9ff465651a854fc;p=gnulib.git fstatat: fix compilation on Solaris * lib/fstatat.c (includes): Add fcntl.h. Reported by Pádraig Brady. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 0b9e3a07d..7df922663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-09-08 Eric Blake + + fstatat: fix compilation on Solaris + * lib/fstatat.c (includes): Add fcntl.h. + Reported by Pádraig Brady. + 2009-09-07 Eric Blake rename: modernize replacement diff --git a/lib/fstatat.c b/lib/fstatat.c index 2bf547e51..9b0c1afa2 100644 --- a/lib/fstatat.c +++ b/lib/fstatat.c @@ -22,6 +22,7 @@ #include #include +#include #include #undef fstatat