backtrace is in execinfo on FreeBSD
This commit is contained in:
parent
3cc4c2e24d
commit
52938920de
|
@ -23,6 +23,9 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
|
||||
#define TRACE_SIZE 16
|
||||
|
||||
|
|
Loading…
Reference in New Issue