--- third_party/webrtc/base/linux.cc.orig 2016-05-11 19:04:03 UTC +++ third_party/webrtc/base/linux.cc @@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#if defined(WEBRTC_LINUX) +#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) #include "webrtc/base/linux.h" #include @@ -261,4 +261,4 @@ int ReadCpuMaxFreq() { } // namespace rtc -#endif // defined(WEBRTC_LINUX) +#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)