1
0
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:
Alexander Medvednikov 2019-07-22 13:44:59 +02:00
parent 5933f2107a
commit 01caee5b53

View File

@ -195,7 +195,7 @@ fn (v mut V) compile() {
#ifdef __APPLE__
#include <pthread.h>
#endif