Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: src/common/stabs_reader.h

Issue 1726163002: Fix building on musl libc. Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/common/linux/elf_core_dump.h ('k') | src/config.h.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/stabs_reader.h
diff --git a/src/common/stabs_reader.h b/src/common/stabs_reader.h
index 98ee2dd53b405fd7e85358d2b5eb13cd75e795c9..c8b33ffdf81ea61a3081d40f3ed5517131bfb047 100644
--- a/src/common/stabs_reader.h
+++ b/src/common/stabs_reader.h
@@ -57,6 +57,8 @@
#include <mach-o/nlist.h>
#elif defined(HAVE_A_OUT_H)
#include <a.out.h>
+#elif defined(HAVE_LINUX_A_OUT_H)
+#include <linux/a.out.h>
#endif
#include <string>
« no previous file with comments | « src/common/linux/elf_core_dump.h ('k') | src/config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698