diff options
author | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2009-03-24 19:57:46 +0000 |
---|---|---|
committer | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2009-03-24 19:57:46 +0000 |
commit | 0abe34ce5dde266de03a7109045d4da3ee128b64 (patch) | |
tree | d2290a5c826cbf4cce5f1cfb3b6efd43217406af /src/common | |
parent | Removing SVN external of GOogle Toolbox for mac, since we only need a few fil... (diff) | |
download | breakpad-0abe34ce5dde266de03a7109045d4da3ee128b64.tar.xz |
issue 305 - breakpad Linux handler doesn't build with compiler built from latest GCC sources. Trivial patch by Jim Blandy
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@321 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/linux/dump_symbols.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/linux/dump_symbols.cc b/src/common/linux/dump_symbols.cc index aff0d792..fd87c0f0 100644 --- a/src/common/linux/dump_symbols.cc +++ b/src/common/linux/dump_symbols.cc @@ -30,6 +30,7 @@ #include <a.out.h> #include <cstdarg> #include <cstdlib> +#include <cstdio> #include <cxxabi.h> #include <elf.h> #include <errno.h> |