From: Brian Behlendorf Date: Mon, 7 Mar 2011 21:52:00 +0000 (-0800) Subject: Linux 2.6.31 compat, include linux/seq_file.h X-Git-Tag: zfs-0.8.0-rc1~152^2~487 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6788762766d137754d164ced45d1e80540391531;p=zfs Linux 2.6.31 compat, include linux/seq_file.h Explicitly include the linux/seq_file.h header in vfs.h. This header is required for the sequence handlers and is included indirectly in newer kernels. --- diff --git a/include/sys/vfs.h b/include/sys/vfs.h index cc6c3b693..9399afbef 100644 --- a/include/sys/vfs.h +++ b/include/sys/vfs.h @@ -31,6 +31,7 @@ #include #include #include +#include #define MAXFIDSZ 64