--- third_party/webrtc/rtc_base/ip_address.cc.orig 2019-03-11 22:08:15 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