Ver código fonte

add missing include for pthread functions

Samuel Thibault 15 anos atrás
pai
commit
a67fe2f4d1
1 arquivos alterados com 1 adições e 0 exclusões
  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;