Changeset View
Changeset View
Standalone View
Standalone View
devel/breakpad/files/patch-src_common_linux_dump__symbols.cc
- This file was added.
| Property | Old Value | New Value |
|---|---|---|
| fbsd:nokeywords | null | yes \ No newline at end of property \ No newline at end of property |
| svn:eol-style | null | native \ No newline at end of property |
| svn:mime-type | null | text/plain \ No newline at end of property |
| --- src/common/linux/dump_symbols.cc.orig 2017-07-12 17:53:15 UTC | |||||
| +++ src/common/linux/dump_symbols.cc | |||||
| @@ -53,6 +53,10 @@ | |||||
| #include <utility> | |||||
| #include <vector> | |||||
| +#if __FreeBSD__ | |||||
| +#include <libgen.h> | |||||
| +#endif | |||||
| + | |||||
| #include "common/dwarf/bytereader-inl.h" | |||||
| #include "common/dwarf/dwarf2diehandler.h" | |||||
| #include "common/dwarf_cfi_to_module.h" | |||||