diff --git a/sys/sys/disk.h b/sys/sys/disk.h index f0d50429e9ee..4cb585880584 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -21,8 +21,7 @@ #include /* XXX: temporary to avoid breakage */ #endif -#include - +struct disk; struct disk *disk_enumerate(struct disk *disk); void disk_err(struct bio *bp, const char *what, int blkdone, int nl);