summaryrefslogtreecommitdiffstats
path: root/thunderbird-debuginfo-fix-include.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-31 19:12:20 +0200
committerRemi Collet <fedora@famillecollet.com>2010-05-31 19:12:20 +0200
commit5683cf77402a772e3d7d132fec36e31335f77acf (patch)
treee1ed1a61f5d89453ae4b61084a7b2c403da9846f /thunderbird-debuginfo-fix-include.patch
import thunderbird-enigmail-1.0.1
Diffstat (limited to 'thunderbird-debuginfo-fix-include.patch')
-rw-r--r--thunderbird-debuginfo-fix-include.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/thunderbird-debuginfo-fix-include.patch b/thunderbird-debuginfo-fix-include.patch
new file mode 100644
index 0000000..843a46a
--- /dev/null
+++ b/thunderbird-debuginfo-fix-include.patch
@@ -0,0 +1,33 @@
+diff -up comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc.include comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc
+--- comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc.include 2009-09-16 02:57:07.000000000 +0200
++++ comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc 2009-10-12 09:47:59.000000000 +0200
+@@ -33,6 +33,7 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <unistd.h>
++#include <stdio.h>
+
+ #include <cassert>
+ #include <cstdlib>
+diff -up comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc.include comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc
+--- comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc.include 2009-09-16 02:57:07.000000000 +0200
++++ comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc 2009-10-12 09:47:59.000000000 +0200
+@@ -37,6 +37,7 @@
+ #include <unistd.h>
+ #include <sys/utsname.h>
+ #include <sys/wait.h>
++#include <stdio.h>
+
+ #include <cstdlib>
+ #include <ctime>
+diff -up comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc.include comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc
+--- comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc.include 2009-09-16 02:57:07.000000000 +0200
++++ comm-central/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc 2009-10-12 10:09:56.000000000 +0200
+@@ -41,6 +41,7 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <algorithm>
++#include <stdio.h>
+
+ #include <functional>
+ #include <list>