浏览代码

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;