2015-11-08 20:40:03 +00:00
|
|
|
--- a/lib/blkid/getsize.c
|
|
|
|
+++ b/lib/blkid/getsize.c
|
2016-06-22 20:37:23 +00:00
|
|
|
@@ -29,6 +29,9 @@
|
2013-03-07 17:32:29 +00:00
|
|
|
#include <fcntl.h>
|
|
|
|
#ifdef HAVE_SYS_IOCTL_H
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
+#ifdef __OpenBSD__
|
|
|
|
+#include <sys/dkio.h>
|
|
|
|
+#endif
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_LINUX_FD_H
|
|
|
|
#include <linux/fd.h>
|