work without libexecinfo

This commit is contained in:
vvaltman 2015-06-01 13:29:38 +03:00
parent ec8a8ed7a4
commit 1659d87b8d
1 changed files with 3 additions and 0 deletions

3
tlc.c
View File

@ -37,7 +37,10 @@
#include <signal.h>
#include "config.h"
#ifdef HAVE_EXECINFO_H
#include <execinfo.h>
#endif
#include <stdarg.h>
int verbosity;