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

Unified Diff: sandbox/linux/seccomp/timestats.cc

Issue 1107001: Add #include to fix compile errors on "Linux Perf (webkit.org)" bot. (Closed)
Patch Set: Created 10 years, 9 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: sandbox/linux/seccomp/timestats.cc
diff --git a/sandbox/linux/seccomp/timestats.cc b/sandbox/linux/seccomp/timestats.cc
index f7b4667f3643e5906d459f440d2bf4df97c58229..5d9b66aaac37a1dab7a2033d2a3bd63c829612cf 100644
--- a/sandbox/linux/seccomp/timestats.cc
+++ b/sandbox/linux/seccomp/timestats.cc
@@ -24,6 +24,7 @@
#include <vector>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <time.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