summaryrefslogtreecommitdiffstats
path: root/xulrunner-missing-headers.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-07-22 08:33:22 +0200
committerRemi Collet <fedora@famillecollet.com>2010-07-22 08:33:22 +0200
commit74ad8cbbbbcb177b83f2394488ed90e7dd115583 (patch)
tree621620e0a6c1e5f5d117897c1ba74b55797a727d /xulrunner-missing-headers.patch
parent62adb4210441ea89c92c1ff12486423d0017dfa0 (diff)
enigmail: sync patches, move to /usr/lib64/mozilla/extensions
Diffstat (limited to 'xulrunner-missing-headers.patch')
-rw-r--r--xulrunner-missing-headers.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/xulrunner-missing-headers.patch b/xulrunner-missing-headers.patch
new file mode 100644
index 0000000..946c35c
--- /dev/null
+++ b/xulrunner-missing-headers.patch
@@ -0,0 +1,11 @@
+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>