blob: 1849944495c10e85763010f4fcc1e079603dcd8a (
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 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 <ctype.h>
@@ -261,4 +261,4 @@ int ReadCpuMaxFreq() {
} // namespace rtc
-#endif // defined(WEBRTC_LINUX)
+#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)
|