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