main.c: deleted include execinfo if no backtrace needed
This commit is contained in:
parent
f42ef2de5f
commit
4310621922
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -38,7 +38,9 @@
|
|||
#include <sys/stat.h>
|
||||
#include <time.h>
|
||||
#include <fcntl.h>
|
||||
#ifndef NO_BACKTRACE
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
#include <signal.h>
|
||||
#ifdef ENABLE_LIBCONFIG
|
||||
#include <libconfig.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue