aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ringrtc/files/patch-src_webrtc_src_rtc__base_ip__address.h
blob: 185f48a7fe05d90eee06a9fb84cde21becb45e56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ../../src/webrtc/src/rtc_base/ip_address.h.orig	2021-01-28 23:16:17 UTC
+++ ../../src/webrtc/src/rtc_base/ip_address.h
@@ -17,6 +17,10 @@
 #include <netinet/in.h>
 #include <sys/socket.h>
 #endif
+#if defined(WEBRTC_BSD)
+#include <sys/types.h>
+#include <sys/socket.h>
+#endif
 #if defined(WEBRTC_WIN)
 #include <winsock2.h>
 #include <ws2tcpip.h>