--- src/3rdparty/chromium/third_party/webrtc/rtc_base/network.h.orig 2021-12-15 16:12:54 UTC +++ src/3rdparty/chromium/third_party/webrtc/rtc_base/network.h @@ -29,6 +29,10 @@ #include "rtc_base/third_party/sigslot/sigslot.h" #include "rtc_base/thread_annotations.h" +#if defined(WEBRTC_BSD) +#include +#endif + #if defined(WEBRTC_POSIX) struct ifaddrs; #endif // defined(WEBRTC_POSIX)