Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 689808
Collapse All | Expand All

(-)a/media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc (+4 lines)
Lines 60-65 Link Here
60
60
61
#endif  // WEBRTC_POSIX
61
#endif  // WEBRTC_POSIX
62
62
63
#if defined(WEBRTC_LINUX)
64
#include <linux/sockios.h>
65
#endif
66
63
#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(WEBRTC_BSD) && !defined(__native_client__)
67
#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(WEBRTC_BSD) && !defined(__native_client__)
64
68
65
int64_t GetSocketRecvTimestamp(int socket) {
69
int64_t GetSocketRecvTimestamp(int socket) {

Return to bug 689808