commit | 5e4833cc908b6d33855102a947159e406f384c75 | [log] [tgz] |
---|---|---|
author | Piotr Tworek <ptworek@vewd.com> | Tue Dec 12 12:09:31 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 26 13:15:52 2018 +0000 |
tree | fa14f1d581f6fd65f9b57400b6d3288007e18793 | |
parent | 6bc7bb659e7aa328caffaa9858ded4f3bc1457d1 [diff] |
Add missing stdio.h header in files using scanf/sscanf function. Various files in webrtc codebase use scanf/sscanf function without including stdio.h header file which is supposed to define it. This somehow works when using glibc, but fails with uClibc. Bug: webrtc:8641 Change-Id: Ie4ae17af32b32ed8cea567166b6b0e5193966995 Reviewed-on: https://webrtc-review.googlesource.com/32261 Commit-Queue: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21775}
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.