FS-6500: freebsd does not support the inline backtrace solution

This commit is contained in:
Michael Jerris 2014-05-02 11:14:34 -04:00
parent ba84e1d8f9
commit 13b411529f
1 changed files with 1 additions and 1 deletions

View File

@ -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>