missed this file in last commit
[senf.git] / senf / Utils / Daemon / Daemon.cc
index e5ed13b..27e03e9 100644 (file)
@@ -35,7 +35,9 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <signal.h>
-#include <execinfo.h>
+#ifdef SENF_DEBUG
+   #include <execinfo.h>
+#endif
 #include <sstream>
 #include <algorithm>
 #include <boost/algorithm/string/predicate.hpp>