]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/thread.cpp
since DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling...
[wxWidgets.git] / src / mac / carbon / thread.cpp
index 26e1b0517df9fc6a460dcb5e6717bfa075941615..dce44db526d5d97d838ab704b8e4b6920ce6a1e7 100644 (file)
@@ -35,6 +35,9 @@
 #include "wx/thread.h"
 
 #ifdef __WXMAC__
+#ifndef __DARWIN__
+#include <Threads.h>
+#endif
 #include "wx/mac/uma.h"
 #endif