Commit f8871b1a authored by Piotr Tworek's avatar Piotr Tworek Committed by Commit Bot

Include string.h in //remoting/c/a/fake_async_audio_data_supplier.cc

The code in this file uses memset function, but does not include the
header file declaring this type. This leads to build failure on Linux
systems using recent glibc versions.

Bug: 1074286
Change-Id: I6bb0b1ed1cd70ef872a9809a6fff1d78eeb8de3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206637Reviewed-by: default avatarLambros Lambrou <lambroslambrou@chromium.org>
Reviewed-by: default avatarGary Kacmarcik <garykac@chromium.org>
Commit-Queue: Piotr Tworek <ptworek@vewd.com>
Cr-Commit-Position: refs/heads/master@{#770015}
parent 65b1fb15
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "remoting/client/audio/fake_async_audio_data_supplier.h" #include "remoting/client/audio/fake_async_audio_data_supplier.h"
#include <string.h>
#include <utility> #include <utility>
#include "base/check_op.h" #include "base/check_op.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment