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

Unified Diff: third_party/libjingle/files/talk/base/cryptstring.h

Issue 338037: linux: fix gcc 4.3 issues (for arm) (Closed)
Patch Set: Created 11 years, 2 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
Index: third_party/libjingle/files/talk/base/cryptstring.h
diff --git a/third_party/libjingle/files/talk/base/cryptstring.h b/third_party/libjingle/files/talk/base/cryptstring.h
index 64a7e57d5fdac834fd7272e778bf3aafccfaea16..119483fba04d59aa690f377596ac7bbe6c025f66 100644
--- a/third_party/libjingle/files/talk/base/cryptstring.h
+++ b/third_party/libjingle/files/talk/base/cryptstring.h
@@ -28,6 +28,7 @@
#ifndef _TALK_BASE_CRYPTSTRING_H_
#define _TALK_BASE_CRYPTSTRING_H_
+#include <string.h>
#include <string>
#include "talk/base/linked_ptr.h"
#include "talk/base/scoped_ptr.h"

Powered by Google App Engine
This is Rietveld 408576698