aports/main/xulrunner/sysconf.patch
2013-06-06 15:04:42 +00:00

11 lines
332 B
Diff

--- ./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"