Преглед изворни кода

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

Nathalie Furmento пре 12 година
родитељ
комит
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