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

Unified Diff: src/base/file-utils.cc

Issue 2061163003: include stdlib.h when using calloc (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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: src/base/file-utils.cc
diff --git a/src/base/file-utils.cc b/src/base/file-utils.cc
index c1f338e35d62b646757f2961d69b9299b1c7b7f0..2262df97d0351c825198a07be2b9dce82aa0bb11 100644
--- a/src/base/file-utils.cc
+++ b/src/base/file-utils.cc
@@ -4,6 +4,7 @@
#include "src/base/file-utils.h"
+#include <stdlib.h>
#include <string.h>
#include "src/base/platform/platform.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