diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h index ec91c18a0436..d06f993e5e8a 100644 --- a/sys/sys/devicestat.h +++ b/sys/sys/devicestat.h @@ -207,6 +207,7 @@ struct devstat { #ifdef _KERNEL struct buf; +struct bio; void devstat_add_entry(struct devstat *ds, const char *dev_name, int unit_number, u_int32_t block_size, devstat_support_flags flags,