Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
xerus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xerus
xerus
Commits
14e7ffa1
Commit
14e7ffa1
authored
May 11, 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
src/xerus/misc/callStack.cpp
src/xerus/misc/callStack.cpp
+8
-0
No files found.
src/xerus/misc/callStack.cpp
View file @
14e7ffa1
...
@@ -26,6 +26,14 @@
...
@@ -26,6 +26,14 @@
#ifndef XERUS_NO_FANCY_CALLSTACK
#ifndef XERUS_NO_FANCY_CALLSTACK
#include <execinfo.h>
#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 <bfd.h>
#include <dlfcn.h>
#include <dlfcn.h>
#include <unistd.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