소스 검색

Add missing include

Samuel Thibault 5 년 전
부모
커밋
0e613ea1fd
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/perfmodels/user_base.c
  2. 1 0
      tests/perfmodels/valid_model.c

+ 1 - 0
tests/perfmodels/user_base.c

@@ -16,6 +16,7 @@
 
 #include <starpu.h>
 #include <starpu_scheduler.h>
+#include <unistd.h>
 #include "../helper.h"
 
 /*

+ 1 - 0
tests/perfmodels/valid_model.c

@@ -17,6 +17,7 @@
 
 #include <starpu.h>
 #include <core/perfmodel/perfmodel.h>
+#include <unistd.h>
 #include "../helper.h"
 
 /*