aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_rtc__base_ip__address.cc
blob: 6684118224e2604b96742af9b2919dd19d3f0c3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/webrtc/rtc_base/ip_address.cc.orig	2021-03-13 00:03:44 UTC
+++ third_party/webrtc/rtc_base/ip_address.cc
@@ -11,6 +11,9 @@
 #if defined(WEBRTC_POSIX)
 #include <netinet/in.h>
 #include <sys/socket.h>
+#if defined(WEBRTC_BSD)
+#include <sys/types.h>
+#endif
 #ifdef OPENBSD
 #include <netinet/in_systm.h>
 #endif