summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tail.c2
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