diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2002-08-11 02:07:43 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2002-08-11 02:07:43 +0000 |
| commit | 24befda40b40b9a9c5a0e5b69203f909ab65300c (patch) | |
| tree | e7d0e254889dbb8fe0be78667371d28b3232d829 | |
| parent | 4033e07e8d48a29311f58ec2c3d33cf246989856 (diff) | |
Notes
| -rw-r--r-- | usr.bin/lsvfs/lsvfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/param.h> #include <sys/mount.h> +#include <sys/sysctl.h> #include <err.h> #include <stdio.h> |
