소스 검색

add missing include for pthread functions

Samuel Thibault 15 년 전
부모
커밋
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;