From 915a08f1d854b06ca66830c86f3ce9017cb4e6ab Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 15:40:58 -0500 Subject: [PATCH] Just pulling in Unix/Backtrace.h with no impl for now. --- src/archutils/Common/PthreadHelpers.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/archutils/Common/PthreadHelpers.cpp b/src/archutils/Common/PthreadHelpers.cpp index f2440c1a03..49c35cdc55 100644 --- a/src/archutils/Common/PthreadHelpers.cpp +++ b/src/archutils/Common/PthreadHelpers.cpp @@ -4,8 +4,10 @@ #include "global.h" #include "RageUtil.h" #include "RageThreads.h" -#include "Backtrace.h" +#include "archutils/Unix/Backtrace.h" // HACK: This should be platform-agnosticized +#if defined(UNIX) #include "archutils/Unix/RunningUnderValgrind.h" +#endif #if defined(LINUX) #include