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

add missing include for pthread functions

Samuel Thibault лет назад: 15
Родитель
Сommit
6936ef9370
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tests/core/subgraph_repeat.c

+ 1 - 0
tests/core/subgraph_repeat.c

@@ -15,6 +15,7 @@
  */
 
 #include <starpu.h>
+#include <pthread.h>
 
 static unsigned niter = 16384;