From: Jim Meyering Date: Mon, 7 Apr 2003 18:11:39 +0000 (+0000) Subject: Add #include directives for Ultrix 4.4. X-Git-Tag: v5.0.1~805 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fd978c2236b240a2875a8320c8b9b75d960fd24;p=thirdparty%2Fcoreutils.git Add #include directives for Ultrix 4.4. Based on a suggested change from Bert Deknuydt. --- diff --git a/src/stat.c b/src/stat.c index ec286abda1..5ca5cfdf59 100644 --- a/src/stat.c +++ b/src/stat.c @@ -32,11 +32,16 @@ # include #endif -/* NetBSD 1.5.2 needs these, for the declaration of struct statfs. */ #if !HAVE_SYS_STATVFS_H && !HAVE_SYS_VFS_H # if HAVE_SYS_MOUNT_H && HAVE_SYS_PARAM_H +/* NetBSD 1.5.2 needs these, for the declaration of struct statfs. */ # include # include +# elif HAVE_NETINET_IN_H && HAVE_NFS_NFS_CLNT_H && HAVE_NFS_VFS_H +/* Ultrix 4.4 needs these for the declaration of struct statfs. */ +# include +# include +# include # endif #endif