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

- old
+ new

@@ -1,8 +1,13 @@ //////////////////////////////////////// //////////// 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 void bones_timer_start() { \ No newline at end of file