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