From 9b9fd1cbede3f5153e7d2c59514e33c8b802c4c3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 15 Nov 2012 16:50:56 +0100 Subject: [PATCH 1/1] Add missing include. The problem is visible with -Denable_tracing=OFF only. --- teshsuite/simdag/platforms/flatifier.c | 1 + 1 file changed, 1 insertion(+) diff --git a/teshsuite/simdag/platforms/flatifier.c b/teshsuite/simdag/platforms/flatifier.c index 17f111694f..729d27bd6f 100644 --- a/teshsuite/simdag/platforms/flatifier.c +++ b/teshsuite/simdag/platforms/flatifier.c @@ -19,6 +19,7 @@ #include "xbt/log.h" #include "xbt/dict.h" #include "xbt/ex.h" +#include "xbt/xbt_os_time.h" #include "surf/surf.h" #include "surf/surf_private.h" -- 2.20.1