aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-third__party_webrtc_rtc__base_net__test__helpers.cc
blob: ee7429dcce2b6138eb07c39623f82039c018d458 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- third_party/webrtc/rtc_base/net_test_helpers.cc.orig	2023-10-19 20:00:27 UTC
+++ third_party/webrtc/rtc_base/net_test_helpers.cc
@@ -21,6 +21,7 @@
 #endif
 #if defined(WEBRTC_POSIX) && !defined(__native_client__)
 #include <arpa/inet.h>
+#include <sys/socket.h>
 #if defined(WEBRTC_ANDROID)
 #include "rtc_base/ifaddrs_android.h"
 #else