blob: dfec4ee284b3ceff6a28c1bb805e360f79a260f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./media/webrtc/trunk/webrtc/system_wrappers/source/cpu_info.cc
+++ ./media/webrtc/trunk/webrtc/system_wrappers/source/cpu_info.cc
@@ -21,6 +21,7 @@
// Not implemented yet, might be possible to use Linux implementation
#else // defined(WEBRTC_LINUX)
#include <sys/sysinfo.h>
+#include <unistd.h>
#endif
#include "trace.h"
|