Переглянути джерело

add missing include for pthread functions

Samuel Thibault 15 роки тому
батько
коміт
a67fe2f4d1
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      tests/core/subgraph_repeat_regenerate.c

+ 1 - 0
tests/core/subgraph_repeat_regenerate.c

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