aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-third__party_webrtc_rtc__base_net__helpers.cc
blob: a76961c7cab90aa9fc74f9f74a1f60086312ec49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- third_party/webrtc/rtc_base/net_helpers.cc.orig	2025-06-30 07:04:30 UTC
+++ third_party/webrtc/rtc_base/net_helpers.cc
@@ -21,6 +21,7 @@
 #endif
 #if defined(WEBRTC_POSIX) && !defined(__native_client__)
 #include <arpa/inet.h>
+#include <sys/socket.h>
 #endif  // defined(WEBRTC_POSIX) && !defined(__native_client__)
 
 namespace webrtc {