]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - thread.h
quakedef: Include thread.h, and include threads.h in thread.h
[xonotic/darkplaces.git] / thread.h
index 847cc26ce7e3cd15d0af245a1c3e970479c71488..9bce65c91f1d243f6381d866e6e5c5aebe81d591 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -1,6 +1,8 @@
 #ifndef THREAD_H
 #define THREAD_H
 
+#include <threads.h>
+
 // enable Sys_PrintfToTerminal calls on nearly every threading call
 //#define THREADDEBUG
 //#define THREADDISABLE