@@ -16,6 +16,7 @@
*/
#include <starpu.h>
+#include <sys/time.h>
#define FPRINTF(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ## __VA_ARGS__); }} while(0)