wok-current diff seamonkey/stuff/google-breakpad.u @ rev 7665
Up: perl-html-parser to 3.68.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 16 09:03:59 2010 +0000 (2010-12-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/seamonkey/stuff/google-breakpad.u Thu Dec 16 09:03:59 2010 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc Mon Jan 4 22:04:19 2010 1.5 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc Mon Jan 18 16:04:10 2010 1.6 +@@ -29,6 +29,7 @@ 1.7 + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1.8 + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1.9 + 1.10 ++#include <stdio.h> 1.11 + #include <signal.h> 1.12 + #include <sys/stat.h> 1.13 + #include <sys/types.h> 1.14 +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc Mon Jan 4 22:04:19 2010 1.15 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc Mon Jan 18 16:02:40 2010 1.16 +@@ -29,6 +29,7 @@ 1.17 + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1.18 + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1.19 + 1.20 ++#include <stdio.h> 1.21 + #include <fcntl.h> 1.22 + #include <pthread.h> 1.23 + #include <signal.h> 1.24 +--- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc Mon Jan 4 22:04:19 2010 1.25 ++++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc Mon Jan 18 16:03:26 2010 1.26 +@@ -27,6 +27,7 @@ 1.27 + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1.28 + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1.29 + 1.30 ++#include <stdio.h> 1.31 + #include <a.out.h> 1.32 + #include <cstdarg> 1.33 + #include <cstdlib>