mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
include <pthread> on macOS
This commit is contained in:
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
Block a user