Просмотр исходного кода

tests/sched_policies/prio.c: add include stdlib.h

Nathalie Furmento лет назад: 12
Родитель
Сommit
679732c15a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tests/sched_policies/prio.c

+ 1 - 0
tests/sched_policies/prio.c

@@ -17,6 +17,7 @@
 #include <unistd.h>
 #include <starpu.h>
 #include <starpu_scheduler.h>
+#include <stdlib.h>
 #include "../helper.h"
 
 #ifdef STARPU_QUICK_CHECK