Explorar o código

add missing include for pthread functions

Samuel Thibault %!s(int64=15) %!d(string=hai) anos
pai
achega
6936ef9370
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;