Various changes which improve FreeBSD support.

Patches by martymac, all credits go to him ;)
This commit is contained in:
NeoBrainX
2011-08-27 20:42:11 +02:00
parent c0dd84cf7d
commit 06e640532a
7 changed files with 66 additions and 8 deletions

View File

@ -160,7 +160,7 @@ void InstallExceptionHandler()
#else // _WIN32
#if defined __APPLE__ || defined __linux__ || defined _WIN32
#if defined __APPLE__ || defined __linux__ || defined __FreeBSD__ || defined _WIN32
#ifndef _WIN32
#include <execinfo.h>
#endif