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 | |
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')
-rw-r--r-- | src/client/linux/handler/exception_handler.cc | 1 | ||||
-rw-r--r-- | src/client/linux/handler/minidump_generator.cc | 1 | ||||
-rw-r--r-- | src/common/linux/dump_symbols.cc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc index 26e09b7d..43f513c0 100644 --- a/src/client/linux/handler/exception_handler.cc +++ b/src/client/linux/handler/exception_handler.cc @@ -36,6 +36,7 @@ #include <cassert> #include <cstdlib> +#include <cstdio> #include <ctime> #include <linux/limits.h> diff --git a/src/client/linux/handler/minidump_generator.cc b/src/client/linux/handler/minidump_generator.cc index bc4d213a..d172092c 100644 --- a/src/client/linux/handler/minidump_generator.cc +++ b/src/client/linux/handler/minidump_generator.cc @@ -39,6 +39,7 @@ #include <sys/wait.h> #include <cstdlib> +#include <cstdio> #include <ctime> #include <string.h> 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> |