From 8fd978c2236b240a2875a8320c8b9b75d960fd24 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 7 Apr 2003 18:11:39 +0000 Subject: [PATCH] Add #include directives for Ultrix 4.4. Based on a suggested change from Bert Deknuydt. --- src/stat.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.3