--- third_party/webrtc/rtc_base/ip_address.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/rtc_base/ip_address.cc @@ -22,7 +22,8 @@ #include "rtc_base/string_utils.h" #if defined(WEBRTC_POSIX) -#ifdef OPENBSD +#if defined(WEBRTC_BSD) +#include #include #endif #include