blob: 7f66fa6e0ccbfac602feb8687ce995c4a0f2e9bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- third_party/webrtc/base/ipaddress.h.orig 2014-10-10 09:16:13 UTC
+++ third_party/webrtc/base/ipaddress.h
@@ -17,6 +17,9 @@
#include <arpa/inet.h>
#include <netdb.h>
#endif
+#if defined(WEBRTC_BSD)
+#include <sys/socket.h>
+#endif
#if defined(WEBRTC_WIN)
#include <winsock2.h>
#include <ws2tcpip.h>
|