diff --git a/AUTHORS b/AUTHORS index 349d58f886..6f83529335 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,3 +10,4 @@ Ben Strong Martin Storsjo Jie Mao Anil Kumar +Opera Software ASA diff --git a/webrtc/system_wrappers/source/cpu_info.cc b/webrtc/system_wrappers/source/cpu_info.cc index dc00700081..9bed35cac8 100644 --- a/webrtc/system_wrappers/source/cpu_info.cc +++ b/webrtc/system_wrappers/source/cpu_info.cc @@ -18,6 +18,7 @@ #elif defined(WEBRTC_ANDROID) // Not implemented yet, might be possible to use Linux implementation #else // defined(WEBRTC_LINUX) +#include // required for get_nprocs() with uClibc #include #endif