From a54e0f120596c49e50509111b7f5417db705cde4 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 15:29:33 -0500 Subject: [PATCH] Missed changing LinuxThreadHelpers -> PthreadHelpers in the .cpp itself --- src/archutils/Common/PthreadHelpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archutils/Common/PthreadHelpers.cpp b/src/archutils/Common/PthreadHelpers.cpp index 86c2a8418f..f2440c1a03 100644 --- a/src/archutils/Common/PthreadHelpers.cpp +++ b/src/archutils/Common/PthreadHelpers.cpp @@ -1,7 +1,7 @@ /* RageThreads helpers for threads in Linux, which are based on PIDs and TIDs. */ +#include "PthreadHelpers.h" #include "global.h" -#include "LinuxThreadHelpers.h" #include "RageUtil.h" #include "RageThreads.h" #include "Backtrace.h"