Pārlūkot izejas kodu

add missing include for pthread functions

Samuel Thibault 15 gadi atpakaļ
vecāks
revīzija
94d9756774
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tests/core/execute_on_a_specific_worker.c

+ 1 - 0
tests/core/execute_on_a_specific_worker.c

@@ -19,6 +19,7 @@
 #include <errno.h>
 #include <starpu.h>
 #include <stdlib.h>
+#include <pthread.h>
 
 #define N	1000