summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 04:59:02 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 04:59:02 +0000
commit352eb2de77f112422af987f01eb6c35b78efc76f (patch)
tree1285fd219045e6ef4ba788da7c996e1d8e9db9b4 /breakpad
parent328efb27fa84be07fc3847d188d589b14e2cf246 (diff)
downloadchromium_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.cc1
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>