Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
portable.h is the header to load when seeking for portability
[simgrid.git] / testsuite / xbt / context_usage.c
index 44be306..749fbaf 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "xbt.h"
 #include "xbt/context.h"
-#include "gras_config.h" /* To know whether we're using threads or context */
+#include "portable.h" /* To know whether we're using threads or context */
 #include "xbt/fifo.h"
 
 xbt_context_t cA = NULL;