Kaynağa Gözat

add missing include for pthread functions

Samuel Thibault 15 yıl önce
ebeveyn
işleme
94d9756774
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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