aboutsummaryrefslogtreecommitdiffstats
path: root/testing/seamonkey/fix-aouth.patch
blob: a79c18bccf521547309e73b86a3fed3df6090c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- seamonkey-2.46/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.h.orig
+++ seamonkey-2.46/mozilla/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.h
@@ -56,7 +56,7 @@
 #ifdef HAVE_MACH_O_NLIST_H
 #include <mach-o/nlist.h>
 #elif defined(HAVE_A_OUT_H)
-#include <a.out.h>
+#include <linux/a.out.h>
 #endif
 
 #include <string>