FS-6500: freebsd does not support the inline backtrace solution
This commit is contained in:
parent
ba84e1d8f9
commit
13b411529f
|
@ -5,7 +5,7 @@
|
|||
#define _BSD_SOURCE
|
||||
#include "private/ftdm_core.h"
|
||||
|
||||
#ifdef HAVE_EXECINFO_H
|
||||
#if defined(HAVE_EXECINFO_H) && !defined(__FreeBSD__)
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <execinfo.h>
|
||||
|
|
Loading…
Reference in New Issue