--- third_party/webrtc/base/linux.cc.orig 2014-10-10 09:16:13 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 @@ -345,4 +345,4 @@ } // namespace rtc -#endif // defined(WEBRTC_LINUX) +#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)