From 944921ac12ba11aa85707f428084f11b1eed0dcd Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 15:52:07 -0500 Subject: [PATCH] You need global.h for RString --- src/archutils/Common/PthreadHelpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/archutils/Common/PthreadHelpers.h b/src/archutils/Common/PthreadHelpers.h index 1f5fcaf9d6..301523c880 100644 --- a/src/archutils/Common/PthreadHelpers.h +++ b/src/archutils/Common/PthreadHelpers.h @@ -2,6 +2,7 @@ #define PID_THREAD_HELPERS_H #include +#include "global.h" RString ThreadsVersion();