diff --git a/src/unix/mod.rs b/src/unix/mod.rs index 6495a348d9d28..04baabae8bfbf 100644 --- a/src/unix/mod.rs +++ b/src/unix/mod.rs @@ -322,6 +322,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;