Browse Source

Add missing include

Samuel Thibault 5 years ago
parent
commit
0e613ea1fd
2 changed files with 2 additions and 0 deletions
  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"
 
 /*