mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
364 B
Diff
11 lines
364 B
Diff
--- 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>
|