Skip to content

Commit 95ee2f2

Browse files
committed
Portability fix
1 parent 28fa56d commit 95ee2f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Concurrency/Actor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
#include <sys/syscall.h>
4949
#endif
5050

51+
#if HAVE_PTHREAD_H
5152
#include <pthread.h>
53+
#endif
5254

5355
#if defined(_WIN32)
5456
#include <io.h>

0 commit comments

Comments
 (0)