diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 08:38:33 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 08:38:33 +0000 |
commit | 86e474a7085f0f8b77a44c776cafd99d58189daf (patch) | |
tree | 38f4d8ade677efa60a6176fdb4c403b6e3bfc3fa /sandbox/linux | |
parent | e45dc22a7eb5b8cfcc6722ccd746191ad9a57370 (diff) | |
download | chromium_src-86e474a7085f0f8b77a44c776cafd99d58189daf.zip chromium_src-86e474a7085f0f8b77a44c776cafd99d58189daf.tar.gz chromium_src-86e474a7085f0f8b77a44c776cafd99d58189daf.tar.bz2 |
Add #include to fix compile errors on "Linux Perf (webkit.org)" bot.
TBR=markus
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1107001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/linux')
-rw-r--r-- | sandbox/linux/seccomp/timestats.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/linux/seccomp/timestats.cc b/sandbox/linux/seccomp/timestats.cc index f7b4667..5d9b66a 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> |