diff --git a/src/unix/mod.rs b/src/unix/mod.rs index 2c2fc54dd291..d53a382a01ae 100644 --- a/src/unix/mod.rs +++ b/src/unix/mod.rs @@ -329,6 +329,7 @@ cfg_if! { target_os = "macos", target_os = "freebsd", target_os = "android", + target_os = "openbsd", ))] { pub const FNM_PATHNAME: c_int = 1 << 1; pub const FNM_NOESCAPE: c_int = 1 << 0;