diff options
Diffstat (limited to 'block.c')
-rw-r--r-- | block.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,8 +35,10 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> +#ifndef __DragonFly__ #include <sys/disk.h> #endif +#endif #define SECTOR_BITS 9 #define SECTOR_SIZE (1 << SECTOR_BITS) |