aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_net__test__helpers.cc
blob: 296ec5680e2882ffdd2764288a6e8655b4ffd77d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/3rdparty/chromium/third_party/webrtc/rtc_base/net_test_helpers.cc.orig	2023-09-13 12:11:42 UTC
+++ src/3rdparty/chromium/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