Pārlūkot izejas kodu

Add missing include

Samuel Thibault 5 gadi atpakaļ
vecāks
revīzija
0e613ea1fd
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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"
 
 /*