diff options
-rw-r--r-- | src/tail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tail.c b/src/tail.c index 02c4a1a1d..9e95dee7e 100644 --- a/src/tail.c +++ b/src/tail.c @@ -56,6 +56,8 @@ # include "fs.h" # if HAVE_SYS_STATFS_H # include <sys/statfs.h> +# elif HAVE_SYS_VFS_H +# include <sys/vfs.h> # endif #endif |