aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/dlopen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/dlopen.rs')
-rw-r--r--src/api/dlopen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/dlopen.rs b/src/api/dlopen.rs
index bacdd2c..0104913 100644
--- a/src/api/dlopen.rs
+++ b/src/api/dlopen.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"))]
#![allow(dead_code)]
use std::os::raw::{c_void, c_char, c_int};