"Nelson H. F. Beebe" <[EMAIL PROTECTED]> wrote:
> Compilation of coreutils-4.5.7 on Apple Darwin 6.3 (MacOS 10.2.3)
> failed like this:
> The fix is simple: <sys/types.h> is needed:
>
>       % diff -c lib/ftw.c.~1~ lib/ftw.c
>       *** lib/ftw.c.~1~       Sat Feb  8 11:18:20 2003
>       --- lib/ftw.c   Wed Feb 19 06:16:39 2003
>       ***************
>       *** 36,41 ****
>       --- 36,43 ----
>         # endif
>         #endif
>
>       + # include <sys/types.h>
>       +

Thanks, Nelson!
I've applied that.


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to