summarylogtreecommitdiffstats
path: root/chromium-SIOCGSTAMP.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-SIOCGSTAMP.patch')
-rw-r--r--chromium-SIOCGSTAMP.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium-SIOCGSTAMP.patch b/chromium-SIOCGSTAMP.patch
new file mode 100644
index 000000000000..4e7ae275e246
--- /dev/null
+++ b/chromium-SIOCGSTAMP.patch
@@ -0,0 +1,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) {