X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Flogbacktrace_unix.cpp;h=9001c47644a75ee3c1e2ee8c7fa2f3dad887f387;hp=cc9cbf67e856954f08e67f7eec54dcc085def34b;hb=222d0be6ffa0f6c63c3c8c5a303260b9aee10e68;hpb=ce26c3770b254362c7bd1e094ba8f8bf22133653 diff --git a/src/common/logbacktrace_unix.cpp b/src/common/logbacktrace_unix.cpp index cc9cbf67..9001c476 100644 --- a/src/common/logbacktrace_unix.cpp +++ b/src/common/logbacktrace_unix.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -20,14 +20,14 @@ #include "quassel.h" -#if defined(HAVE_EXECINFO) && !defined(Q_OS_MAC) +#if defined(HAVE_BACKTRACE) && !defined(Q_OS_MAC) # define BUILD_CRASHHANDLER -# include # include # include # include # include # include +# include "backtrace_config.h" #endif void Quassel::logBacktrace(const QString &filename)