blob: 4e7ae275e2461c6e5c0caa6d15911595eb610b18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/third_party/webrtc/rtc_base/physicalsocketserver.cc
+++ b/third_party/webrtc/rtc_base/physicalsocketserver.cc
@@ -67,6 +67,10 @@
#endif // WEBRTC_POSIX
+#if defined(WEBRTC_LINUX)
+#include <linux/sockios.h>
+#endif
+
#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__)
int64_t GetSocketRecvTimestamp(int socket) {
|