Преглед на файлове

add missing include for pthread functions

Samuel Thibault преди 15 години
родител
ревизия
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