skeletons/CPU-OPENMP/common/timer_globals.c in bones-compiler-1.3.1 vs skeletons/CPU-OPENMP/common/timer_globals.c in bones-compiler-1.6.0

- old
+ new

@@ -2,9 +2,11 @@ //////////// Timers //////////////////// //////////////////////////////////////// // Includes #include <stdio.h> +#include <stdlib.h> +#include <sys/time.h> // Timer struct timeval bones_start_time1; // Start the timer for the measurement of the whole scop \ No newline at end of file