aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/egl/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/egl/mod.rs')
-rw-r--r--src/api/egl/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/egl/mod.rs b/src/api/egl/mod.rs
index ca3dc2a..b9e4e38 100644
--- a/src/api/egl/mod.rs
+++ b/src/api/egl/mod.rs
@@ -1,5 +1,5 @@
#![cfg(any(target_os = "windows", target_os = "linux", target_os = "android",
- target_os = "dragonfly", target_os = "freebsd"))]
+ target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
#![allow(unused_variables)]
use ContextError;