Просмотр исходного кода

add missing include for pthread functions

Samuel Thibault лет назад: 15
Родитель
Сommit
94d9756774
1 измененных файлов с 1 добавлено и 0 удалено
  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