--- third_party/webrtc/rtc_base/ip_address.cc.orig 2022-02-07 13:39:41 UTC +++ third_party/webrtc/rtc_base/ip_address.cc @@ -11,7 +11,8 @@ #if defined(WEBRTC_POSIX) #include #include -#ifdef OPENBSD +#if defined(WEBRTC_BSD) +#include #include #endif #ifndef __native_client__