diff options
Diffstat (limited to 'include/blkdev.h')
-rw-r--r-- | include/blkdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/blkdev.h b/include/blkdev.h index 3cca79b9..9d9453bc 100644 --- a/include/blkdev.h +++ b/include/blkdev.h @@ -3,6 +3,8 @@ #include <sys/types.h> #include <sys/ioctl.h> +#include <fcntl.h> +#include <unistd.h> #define DEFAULT_SECTOR_SIZE 512 |