blob: b51871524bdf7ae74d29239a82fcea1bc5bc7dc1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- third_party/webrtc/base/linux.cc.orig 2017-01-26 00:50:17 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 <ctype.h>
@@ -261,4 +261,4 @@ int ReadCpuMaxFreq() {
} // namespace rtc
-#endif // defined(WEBRTC_LINUX)
+#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)
|