From: Marc Kleine-Budde Date: Sun, 4 Apr 2010 07:15:07 +0000 (+0200) Subject: tail: include sys/vfs.h (if possible) when sys/statfs.h is absent X-Git-Tag: v8.5~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98dacf492e2e6f2153455cb4179058578cee20ff;p=thirdparty%2Fcoreutils.git tail: include sys/vfs.h (if possible) when sys/statfs.h is absent * src/tail.c [HAVE_INOTIFY && !HAVE_SYS_STATFS_H]: Include . --- diff --git a/src/tail.c b/src/tail.c index 02c4a1a1dc..9e95dee7e6 100644 --- a/src/tail.c +++ b/src/tail.c @@ -56,6 +56,8 @@ # include "fs.h" # if HAVE_SYS_STATFS_H # include +# elif HAVE_SYS_VFS_H +# include # endif #endif