aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_symbols.cc
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-03-24 19:57:46 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-03-24 19:57:46 +0000
commit0abe34ce5dde266de03a7109045d4da3ee128b64 (patch)
treed2290a5c826cbf4cce5f1cfb3b6efd43217406af /src/common/linux/dump_symbols.cc
parentRemoving SVN external of GOogle Toolbox for mac, since we only need a few fil... (diff)
downloadbreakpad-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/linux/dump_symbols.cc')
-rw-r--r--src/common/linux/dump_symbols.cc1
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>