diff --git a/src/symbolize/gimli.rs b/src/symbolize/gimli.rs index 8e2dbc4d9..a9495cce7 100644 --- a/src/symbolize/gimli.rs +++ b/src/symbolize/gimli.rs @@ -177,6 +177,7 @@ cfg_if::cfg_if! { target_os = "linux", target_os = "fuchsia", target_os = "freebsd", + target_os = "openbsd", all(target_os = "android", feature = "dl_iterate_phdr"), ), not(target_env = "uclibc"),