--- third_party/webrtc/rtc_base/ip_address.cc.orig 2024-10-27 06:40:35 UTC +++ third_party/webrtc/rtc_base/ip_address.cc @@ -14,7 +14,8 @@ #include #include #if defined(WEBRTC_POSIX) -#ifdef OPENBSD +#if defined(WEBRTC_BSD) +#include #include #endif #ifndef __native_client__