blob: 71dc84150ab1252313ac4179891e59e83898c2fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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"
|