aboutsummaryrefslogtreecommitdiffstats
path: root/testing/seamonkey/fix-aouth.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/seamonkey/fix-aouth.patch')
-rw-r--r--testing/seamonkey/fix-aouth.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/seamonkey/fix-aouth.patch b/testing/seamonkey/fix-aouth.patch
new file mode 100644
index 0000000000..c7d94e391d
--- /dev/null
+++ b/testing/seamonkey/fix-aouth.patch
@@ -0,0 +1,11 @@
+--- seamonkey-2.39/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.h.orig
++++ seamonkey-2.39/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.h
+@@ -54,7 +54,7 @@
+ #endif
+
+ #ifdef HAVE_A_OUT_H
+-#include <a.out.h>
++#include <linux/a.out.h>
+ #endif
+ #ifdef HAVE_MACH_O_NLIST_H
+ #include <mach-o/nlist.h>