$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- third_party/webrtc/rtc_base/ip_address.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ third_party/webrtc/rtc_base/ip_address.cc @@ -14,7 +14,8 @@ #include #include #if defined(WEBRTC_POSIX) -#ifdef OPENBSD +#if defined(WEBRTC_BSD) +#include #include #endif #ifndef __native_client__