aboutsummaryrefslogtreecommitdiff
blob: ea32ee725a2c2a39a785f32275c45d5888fe7158 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur a/pthread_stop_world.c b/pthread_stop_world.c
--- a/pthread_stop_world.c	2017-04-12 09:02:09.320950067 -0700
+++ b/pthread_stop_world.c	2017-04-12 09:13:10.973562426 -0700
@@ -41,6 +41,7 @@
 
 #else /* !GC_OPENBSD_UTHREADS && !NACL */
 
+#include <sys/select.h>
 #include <signal.h>
 #include <semaphore.h>
 #include <errno.h>