add cstring include need for strncmp
Propose resolution of Issue 10011 : (GCC) build fails desktop_capturer.cc:66:66: error: ‘strncmp’ was not declared in this scope Bug: webrtc:10011 Change-Id: I4afdfd96f8bbc8e39380a365138ab79e237568e3 Reviewed-on: https://webrtc-review.googlesource.com/c/111885 Commit-Queue: Brave Yao <braveyao@webrtc.org> Reviewed-by: Brave Yao <braveyao@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25790}
This commit is contained in:
parent
e38a5a1acb
commit
74cdf7874d
1
AUTHORS
1
AUTHORS
@ -76,6 +76,7 @@ Piasy Xu <xz4215@gmail.com>
|
||||
Tomas Popela <tomas.popela@gmail.com>
|
||||
Jan Grulich <grulja@gmail.com>
|
||||
Eike Rathke <erathke@redhat.com>
|
||||
Michel Promonet <michel.promonet.1@gmail.com>
|
||||
|
||||
&yet LLC <*@andyet.com>
|
||||
Agora IO <*@agora.io>
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "modules/desktop_capture/desktop_capturer.h"
|
||||
|
||||
#include "modules/desktop_capture/desktop_capture_options.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user