--- third_party/webrtc/rtc_base/ip_address.cc.orig 2021-03-13 00:03:44 UTC +++ third_party/webrtc/rtc_base/ip_address.cc @@ -11,6 +11,9 @@ #if defined(WEBRTC_POSIX) #include #include +#if defined(WEBRTC_BSD) +#include +#endif #ifdef OPENBSD #include #endif