Przeglądaj źródła

add missing include for pthread functions

Samuel Thibault 15 lat temu
rodzic
commit
94d9756774
1 zmienionych plików z 1 dodań i 0 usunięć
  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