aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_rtc__base_network.h
blob: 126e2c3ab54045c73bd7c3a31b037f5d4d2527d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- third_party/webrtc/rtc_base/network.h.orig	2021-12-14 11:47:22 UTC
+++ third_party/webrtc/rtc_base/network.h
@@ -31,6 +31,10 @@
 #include "rtc_base/third_party/sigslot/sigslot.h"
 #include "rtc_base/thread_annotations.h"
 
+#if defined(WEBRTC_BSD)
+#include <sys/types.h>
+#endif
+
 #if defined(WEBRTC_POSIX)
 struct ifaddrs;
 #endif  // defined(WEBRTC_POSIX)