compile fix for get_nprocs() with uClibc
BUG= Review URL: https://webrtc-codereview.appspot.com/1150006 Patch from Mostyn Bramley-Moore <mostynb@opera.com>. git-svn-id: http://webrtc.googlecode.com/svn/trunk@3598 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
44f85a49d8
commit
17b867ae00
1
AUTHORS
1
AUTHORS
@ -10,3 +10,4 @@ Ben Strong <bstrong@gmail.com>
|
||||
Martin Storsjo <martin@martin.st>
|
||||
Jie Mao <maojie0924@gmail.com>
|
||||
Anil Kumar <an1kumar@gmail.com>
|
||||
Opera Software ASA
|
||||
|
@ -18,6 +18,7 @@
|
||||
#elif defined(WEBRTC_ANDROID)
|
||||
// Not implemented yet, might be possible to use Linux implementation
|
||||
#else // defined(WEBRTC_LINUX)
|
||||
#include <unistd.h> // required for get_nprocs() with uClibc
|
||||
#include <sys/sysinfo.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user