diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-05-05 09:59:14 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-05-05 09:59:14 +0000 |
| commit | 9626b608de4a43ec9984c3ee95b2ce624b3c0924 (patch) | |
| tree | b1e53d453112b9bf26ef95be27ea84f2e9bdacf0 /sys/kern/subr_devstat.c | |
| parent | 33a0a551d439227028f2280faebe76b81c857cca (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
| -rw-r--r-- | sys/kern/subr_devstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index c86d16b966f3..503564110ce3 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -31,6 +31,7 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> +#include <sys/bio.h> #include <sys/buf.h> #include <sys/sysctl.h> |
