소스 검색

add missing include for pthread functions

Samuel Thibault 15 년 전
부모
커밋
94d9756774
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/core/execute_on_a_specific_worker.c

+ 1 - 0
tests/core/execute_on_a_specific_worker.c

@@ -19,6 +19,7 @@
 #include <errno.h>
 #include <starpu.h>
 #include <stdlib.h>
+#include <pthread.h>
 
 #define N	1000