$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- third_party/webrtc/rtc_base/ip_address.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ 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