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"