aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.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/client/linux/handler/exception_handler.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/client/linux/handler/exception_handler.cc')
-rw-r--r--src/client/linux/handler/exception_handler.cc1
1 files changed, 1 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>