Browse Source

Add missing include

Samuel Thibault 5 years ago
parent
commit
cfaa41c293
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/overlap/overlap.c

+ 1 - 0
tests/overlap/overlap.c

@@ -20,6 +20,7 @@
 #include <errno.h>
 #include <starpu.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include "../helper.h"
 #include <common/thread.h>