Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing header
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 14:21:27 +0000 (14:21 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 14:21:27 +0000 (14:21 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1604 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Virtu/rl_time.c

index 49024d4..b229c35 100644 (file)
@@ -7,11 +7,12 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "math.h" /* floor */
+#include <math.h> /* floor */
 
 #include "portable.h"
 
 #include "xbt/sysdep.h"
 
 #include "portable.h"
 
 #include "xbt/sysdep.h"
+#include "xbt/log.h"
 #include "gras/virtu.h"
 #include "xbt/xbt_portability.h" /* private */
 
 #include "gras/virtu.h"
 #include "xbt/xbt_portability.h" /* private */