--- src/webrtc/src/rtc_base/ip_address.cc.orig 2022-05-19 14:06:27 UTC +++ src/webrtc/src/rtc_base/ip_address.cc @@ -13,7 +13,8 @@ #include #include "absl/strings/string_view.h" -#ifdef OPENBSD +#if defined(WEBRTC_BSD) +#include #include #endif #ifndef __native_client__