mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
Breakpad is a set of client and server components which implement a crash-reporting system. This is YET ANOTHER STEP to build Electron.io for FreeBSD. PR: 221320 Reported by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> Reviewed by: cpm, lifanov, mat (mentor), mmokhi, ultima Approved by: cpm, lifanov, mat (mentor), mmokhi, ultima Differential Revision: https://reviews.freebsd.org/D11773
13 lines
338 B
C++
13 lines
338 B
C++
--- 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"
|