Commit ec0d7274 authored by Vysheng's avatar Vysheng

main.c: deleted include execinfo if no backtrace needed

parent a52b55fe
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment