aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__webrtc__base__ipaddress.h
blob: bbf9a58fdd0e356793e484533439b89664f9f398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- third_party/webrtc/base/ipaddress.h.orig	2014-10-10 09:16:13 UTC
+++ third_party/webrtc/base/ipaddress.h
@@ -17,6 +17,10 @@
 #include <arpa/inet.h>
 #include <netdb.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>