include <pthread> on macOS
parent
5933f2107a
commit
01caee5b53
|
@ -195,7 +195,7 @@ fn (v mut V) compile() {
|
|||
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue