Remove the #include <execinfo.h> on darwin OS
This commit is contained in:
parent
61194c1419
commit
1c4d2a97a5
@ -32,7 +32,9 @@ License
|
||||
#include "readHexLabel.H"
|
||||
|
||||
#include <cxxabi.h>
|
||||
#ifndef darwin
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
#include <dlfcn.h>
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
Loading…
Reference in New Issue
Block a user