Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
14e7ffa1
Commit
14e7ffa1
authored
May 11, 2018
by
Ben Huber
Browse files
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
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
Supports
Markdown
0%
Try again
or
attach a new 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