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

Unified Diff: net/base/hash_value.cc

Issue 1618193002: Include stdlib.h for bsearch (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: net/base/hash_value.cc
diff --git a/net/base/hash_value.cc b/net/base/hash_value.cc
index 9a91a93b4be4a92410f6eaf793572e9b00d3f74a..f72aa454df6e79fca65d1c6528753c434c6f3af5 100644
--- a/net/base/hash_value.cc
+++ b/net/base/hash_value.cc
@@ -4,6 +4,8 @@
#include "net/base/hash_value.h"
+#include <stdlib.h>
+
#include "base/base64.h"
#include "base/logging.h"
#include "base/sha1.h"
« 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