Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: chromeos/binder/buffer_reader.cc

Issue 1586563006: Add "#include <string.h>" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/binder/buffer_reader.cc
diff --git a/chromeos/binder/buffer_reader.cc b/chromeos/binder/buffer_reader.cc
index 06ee20a4a8f7f4cee007064034776ef348233c92..78dd81d10f0db1fcf3774039acea2fa71310a770 100644
--- a/chromeos/binder/buffer_reader.cc
+++ b/chromeos/binder/buffer_reader.cc
@@ -4,6 +4,8 @@
#include "chromeos/binder/buffer_reader.h"
+#include <string.h>
+
namespace binder {
BufferReader::BufferReader(const char* data, size_t size)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698