Merge remote-tracking branch 'remotes/origin/freebsd-port'

This commit is contained in:
NeoBrainX
2011-09-12 21:08:18 +02:00
7 changed files with 67 additions and 9 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