diff options
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 7ac83fb..d8ddfbf 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -56,7 +56,7 @@ static const char rcsid[] = #include <sys/mount.h> #include <sys/uio.h> #include <sys/namei.h> -#include <miscfs/union/union.h> +#include <fs/unionfs/union.h> #undef _KERNEL #include <sys/stat.h> #include <nfs/rpcv2.h> |