Dash:
[t2.git] / package / develop / xulrunner / hotfix-gcc43.patch
blob3d113837b74f00492a5df63a81588b285210f363
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../xulrunner/gcc43.patch
5 # Copyright (C) 2010 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc.orig 2009-12-21 19:34:00.000000000 -0330
18 +++ mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc 2010-11-17 15:15:53.000000000 -0330
19 @@ -37,6 +37,7 @@
20 #include <unistd.h>
21 #include <sys/utsname.h>
22 #include <sys/wait.h>
23 +#include <stdio.h>
25 #include <cstdlib>
26 #include <ctime>
27 --- mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc.orig 2009-12-21 19:34:00.000000000 -0330
28 +++ mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc 2010-11-17 15:15:27.000000000 -0330
29 @@ -33,6 +33,7 @@
30 #include <sys/stat.h>
31 #include <sys/types.h>
32 #include <unistd.h>
33 +#include <stdio.h>
35 #include <cassert>
36 #include <cstdlib>
37 --- mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc.orig 2009-12-21 19:34:01.000000000 -0330
38 +++ mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc 2010-11-17 13:52:51.000000000 -0330
39 @@ -41,6 +41,7 @@
40 #include <sys/types.h>
41 #include <unistd.h>
42 #include <algorithm>
43 +#include <stdio.h>
45 #include <functional>
46 #include <list>
47 --- mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc.vanilla 2010-11-19 16:25:56.000000000 +0100
48 +++ mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc 2010-11-19 16:26:50.000000000 +0100
49 @@ -39,6 +39,8 @@
50 #include <link.h>
51 #include <sys/mman.h>
52 #include <string.h>
53 +#include <sys/types.h>
54 +#include <sys/stat.h>
55 #include <unistd.h>
57 #include "common/linux/file_id.h"