rpms/thunderbird/devel xulrunner-missing-headers.patch,NONE,1.1

Jan Horak xhorak at fedoraproject.org
Tue Jun 22 14:02:58 UTC 2010


Author: xhorak

Update of /cvs/pkgs/rpms/thunderbird/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20702

Added Files:
	xulrunner-missing-headers.patch 
Log Message:
added crash reporter include patch

xulrunner-missing-headers.patch:
 file_id.cc |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE xulrunner-missing-headers.patch ---
diff -up mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc.stat mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc
--- mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc.stat	2010-06-16 15:12:57.000000000 +0200
+++ mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc	2010-06-16 15:13:02.000000000 +0200
@@ -42,6 +42,7 @@
 #include <link.h>
 #include <string.h>
 #include <sys/mman.h>
+#include <sys/stat.h>
 #include <unistd.h>
 
 #include <algorithm>



More information about the scm-commits mailing list