Forráskód Böngészése

add missing include for pthread functions

Samuel Thibault 15 éve
szülő
commit
6936ef9370
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;