X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Flogbacktrace_unix.cpp;h=9001c47644a75ee3c1e2ee8c7fa2f3dad887f387;hb=1e40fc6bc04df8f658f677ca5be4c970f150dc10;hp=f283745b8ca8f2414afce765f1859af096a83aea;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/common/logbacktrace_unix.cpp b/src/common/logbacktrace_unix.cpp index f283745b..9001c476 100644 --- a/src/common/logbacktrace_unix.cpp +++ b/src/common/logbacktrace_unix.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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)