Missed changing LinuxThreadHelpers -> PthreadHelpers in the .cpp itself

This commit is contained in:
Ben "root" Anderson
2013-10-25 15:29:33 -05:00
parent 808ed4c036
commit a54e0f1205
+1 -1
View File
@@ -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"