diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 04:59:02 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 04:59:02 +0000 |
commit | 352eb2de77f112422af987f01eb6c35b78efc76f (patch) | |
tree | 1285fd219045e6ef4ba788da7c996e1d8e9db9b4 /breakpad | |
parent | 328efb27fa84be07fc3847d188d589b14e2cf246 (diff) | |
download | chromium_src-352eb2de77f112422af987f01eb6c35b78efc76f.zip chromium_src-352eb2de77f112422af987f01eb6c35b78efc76f.tar.gz chromium_src-352eb2de77f112422af987f01eb6c35b78efc76f.tar.bz2 |
Fix build on Jaunty: need string.h
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/linux/minidump-2-core.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/breakpad/linux/minidump-2-core.cc b/breakpad/linux/minidump-2-core.cc index 095ae5f..e333d11 100644 --- a/breakpad/linux/minidump-2-core.cc +++ b/breakpad/linux/minidump-2-core.cc @@ -36,6 +36,7 @@ #include <vector> #include <stdio.h> +#include <string.h> #include <elf.h> #include <errno.h> |