commit | 7ce3091d8a734dde91ebbfccc6b8e84c53a46706 | [log] [tgz] |
---|---|---|
author | Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> | Mon Apr 16 09:17:10 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 17 11:48:13 2018 |
tree | 34ef37c20da05db2c8def4e0e9b9967d699f4477 | |
parent | 6dfc8d6ef3b21bce28a501cc6fb6d09754ddf5af [diff] |
IWYU: Include <string.h> for memcpy(3) after bbf21a3fd. Commit bbf21a3fd617abb37567a86e65f8ba18b8d64eb2 ("Remove dependencies on modules:module_api from AudioProcessing") causes the build to fail with libstdc++ due to several files using memcpy(3) or memset(3) while relying on string.h being included implicitly by other headers. Bug: webrtc:9139 Change-Id: Ib73284962f8694d8bed0551968265bfd13cab967 Reviewed-on: https://webrtc-review.googlesource.com/70180 Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#22895}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.