include <pthread> on macOS

pull/1270/head
Alexander Medvednikov 2019-07-22 13:44:59 +02:00
parent 5933f2107a
commit 01caee5b53
1 changed files with 1 additions and 1 deletions

View File

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