Bläddra i källkod

Add missing include

Samuel Thibault 5 år sedan
förälder
incheckning
0e613ea1fd
2 ändrade filer med 2 tillägg och 0 borttagningar
  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"
 
 /*