From: Robert Millan <rmh@xxxxxxxxxx> Addresses-Debian-Bug: 592292 --- lib/blkdev.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/blkdev.c b/lib/blkdev.c index f8182c0..a293529 100644 --- a/lib/blkdev.c +++ b/lib/blkdev.c @@ -25,6 +25,10 @@ #include <sys/disk.h> #endif +#ifdef __FreeBSD_kernel__ +#include <sys/disk.h> +#endif + #include "blkdev.h" #include "c.h" #include "linux_version.h" -- 2.1.0.rc1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html