Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xerus
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
35
Issues
35
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xerus
xerus
Commits
14e7ffa1
Commit
14e7ffa1
authored
May 10, 2018
by
Ben Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workaround for deliberately incompatible bfd header files on some systems...
parent
beda6f85
Pipeline
#930
passed with stages
in 8 minutes and 32 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
callStack.cpp
src/xerus/misc/callStack.cpp
+8
-0
No files found.
src/xerus/misc/callStack.cpp
View file @
14e7ffa1
...
...
@@ -26,6 +26,14 @@
#ifndef XERUS_NO_FANCY_CALLSTACK
#include <execinfo.h>
// workaround for deliberately incompatible bfd.h header files on some systems.
#ifndef PACKAGE
#define PACKAGE
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION
#endif
#include <bfd.h>
#include <dlfcn.h>
#include <unistd.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment