Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include (?).
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 14 May 2012 15:22:45 +0000 (17:22 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 14 May 2012 15:22:45 +0000 (17:22 +0200)
src/surf/surf_config.c

index e2cbb45..b5d3589 100644 (file)
@@ -11,6 +11,7 @@
 #include "xbt/str.h"
 #include "surf/surf_private.h"
 #include "surf/surf_routing.h" /* COORD_HOST_LEVEL and COORD_ASR_LEVEL */
+#include "simgrid/simix.h"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_config, surf,
                                 "About the configuration of surf (and the rest of the simulation)");