Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
added "#include "gras_config.h"" for USE_GTNETS
authorkayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 May 2007 21:24:35 +0000 (21:24 +0000)
committerkayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 May 2007 21:24:35 +0000 (21:24 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3533 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/include/surf/surf.h
src/msg/environment.c
src/msg/msg_config.c
src/surf/workstation.c

index 3745085..e0a06e9 100644 (file)
@@ -12,6 +12,7 @@
 #include "xbt/dynar.h"
 #include "xbt/dict.h"
 #include "xbt/misc.h"
+#include "gras_config.h"
 
 SG_BEGIN_DECL()
 
index 013a659..bbaeaf5 100644 (file)
@@ -8,6 +8,7 @@
 #include "private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
+#include "gras_config.h"
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_environment, msg,
                                "Logging specific to MSG (environment)");
 
index e279c55..d3e3498 100644 (file)
@@ -11,6 +11,7 @@
 #include "private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
+#include "gras_config.h"
 
 int _msg_init_status = 0; /* 0: beginning of time; 
                              1: pre-inited (cfg_set created); 
index 4e8ff03..d16860c 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "xbt/ex.h"
 #include "xbt/dict.h"
+#include "gras_config.h"
 #include "workstation_private.h"
 #include "cpu_private.h"
 #include "network_private.h"