summaryrefslogtreecommitdiffstats
path: root/main/xulrunner/sysconf.patch
blob: b715f2173e2e1a071c3d7a21c4ba1871a7d3bf47 (plain)
1
2
3
4
5
6
7
8
9
10
--- ./media/webrtc/trunk/src/system_wrappers/source/cpu_info.cc.orig
+++ ./media/webrtc/trunk/src/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"