summaryrefslogtreecommitdiff
path: root/src/sys/ioctl/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/ioctl/mod.rs')
-rw-r--r--src/sys/ioctl/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/ioctl/mod.rs b/src/sys/ioctl/mod.rs
index 203b7d06..ce9c5db0 100644
--- a/src/sys/ioctl/mod.rs
+++ b/src/sys/ioctl/mod.rs
@@ -236,6 +236,7 @@ pub use self::linux::*;
target_os = "ios",
target_os = "macos",
target_os = "netbsd",
+ target_os = "haiku",
target_os = "openbsd"))]
#[macro_use]
mod bsd;
@@ -246,6 +247,7 @@ mod bsd;
target_os = "ios",
target_os = "macos",
target_os = "netbsd",
+ target_os = "haiku",
target_os = "openbsd"))]
pub use self::bsd::*;