diff options
Diffstat (limited to 'main/xulrunner/sysconf.patch')
-rw-r--r-- | main/xulrunner/sysconf.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/xulrunner/sysconf.patch b/main/xulrunner/sysconf.patch new file mode 100644 index 000000000..b715f2173 --- /dev/null +++ b/main/xulrunner/sysconf.patch @@ -0,0 +1,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" |