aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_rtc__base_network.h
blob: c1fecf7f102e8d97550e5e759948dc56e3506118 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- third_party/webrtc/rtc_base/network.h.orig	2021-04-14 18:43:12 UTC
+++ third_party/webrtc/rtc_base/network.h
@@ -29,6 +29,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)