aboutsummaryrefslogtreecommitdiffstats
path: root/src/os/unix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix.rs')
-rw-r--r--src/os/unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix.rs b/src/os/unix.rs
index f42b3c6..61c89bc 100644
--- a/src/os/unix.rs
+++ b/src/os/unix.rs
@@ -1,4 +1,4 @@
-#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))]
+#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
use libc;
use Window;