summaryrefslogtreecommitdiffstats
path: root/breakpad/linux
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 20:11:03 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 20:11:03 +0000
commita3b8c2426b032ff72433241bd20d6c5e910fc27e (patch)
tree9db486415986a7ee998fb21677256f12e4a2184c /breakpad/linux
parent477949abb137a50831dae7b1ef4b36b3295a6044 (diff)
downloadchromium_src-a3b8c2426b032ff72433241bd20d6c5e910fc27e.zip
chromium_src-a3b8c2426b032ff72433241bd20d6c5e910fc27e.tar.gz
chromium_src-a3b8c2426b032ff72433241bd20d6c5e910fc27e.tar.bz2
Add another missing include to exception_handler.cc to fix building on Fedora 11.
Review URL: http://codereview.chromium.org/113780 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/linux')
-rw-r--r--breakpad/linux/exception_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/breakpad/linux/exception_handler.cc b/breakpad/linux/exception_handler.cc
index f2e28f2..fe72f2f 100644
--- a/breakpad/linux/exception_handler.cc
+++ b/breakpad/linux/exception_handler.cc
@@ -70,6 +70,7 @@
#include <linux/limits.h>
#include <sched.h>
#include <signal.h>
+#include <stdio.h>
#include <sys/mman.h>
#include <sys/signal.h>
#include <sys/syscall.h>