Remove the #include <execinfo.h> on darwin OS

This commit is contained in:
henry 2008-05-21 16:58:38 +01:00
parent 61194c1419
commit 1c4d2a97a5

View File

@ -32,7 +32,9 @@ License
#include "readHexLabel.H"
#include <cxxabi.h>
#ifndef darwin
#include <execinfo.h>
#endif
#include <dlfcn.h>
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //