aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/osmesa/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/osmesa/mod.rs')
-rw-r--r--src/api/osmesa/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/osmesa/mod.rs b/src/api/osmesa/mod.rs
index 7ef243a..f66dce5 100644
--- a/src/api/osmesa/mod.rs
+++ b/src/api/osmesa/mod.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"))]
extern crate osmesa_sys;