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_disk.c | |
| parent | 33a0a551d439227028f2280faebe76b81c857cca (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_disk.c')
| -rw-r--r-- | sys/kern/subr_disk.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index cf25c1b1ad5f..c600d384e19c 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -14,7 +14,7 @@  #include <sys/systm.h>  #include <sys/kernel.h>  #include <sys/sysctl.h> -#include <sys/buf.h> +#include <sys/bio.h>  #include <sys/conf.h>  #include <sys/disk.h>  #include <sys/malloc.h>  | 
