From: Jim Meyering Date: Wed, 11 Jan 2006 16:18:39 +0000 (+0000) Subject: [!_LIBC]: Include "fcntl--.h", to map open to open_safer. X-Git-Tag: v6.0~918 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=614235c8492e40ef8a7e77b3270d6d760daab90e;p=thirdparty%2Fcoreutils.git [!_LIBC]: Include "fcntl--.h", to map open to open_safer. --- diff --git a/lib/fts.c b/lib/fts.c index fb1a72a002..94d8de9d46 100644 --- a/lib/fts.c +++ b/lib/fts.c @@ -73,6 +73,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #if ! _LIBC # include "lstat.h" +# include "fcntl--.h" #endif #if defined _LIBC