mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
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…
x
Reference in New Issue
Block a user