From 9c2a740b94eae5ca63cb355ba0ae1e1e92bc0b0c Mon Sep 17 00:00:00 2001 From: mux Date: Sun, 11 Aug 2002 02:07:43 +0000 Subject: [PATCH] Add #include . In my tree, mount.h includes sysctl.h and I was depending on this namespace pollution. Submitted by: jake --- usr.bin/lsvfs/lsvfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index 6ea7f1fb9c49..1e486d7ca462 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -10,6 +10,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include