mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-6500: freebsd does not support the inline backtrace solution
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user