X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=thread.h;h=ac72b2827e22955788278655c1e1b6c63a430d1b;hb=de34c18f4daacd4f99a34623f8f061f6ccc903f5;hp=847cc26ce7e3cd15d0af245a1c3e970479c71488;hpb=0a05c446ba26bd5897645a37ceec8646c5bc93eb;p=xonotic%2Fdarkplaces.git diff --git a/thread.h b/thread.h index 847cc26c..ac72b282 100644 --- a/thread.h +++ b/thread.h @@ -1,7 +1,9 @@ #ifndef THREAD_H #define THREAD_H -// enable Sys_PrintfToTerminal calls on nearly every threading call +#include "qtypes.h" + +// enable Sys_Printf calls on nearly every threading call //#define THREADDEBUG //#define THREADDISABLE // use recursive mutex (non-posix) extensions in thread_pthread