]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/parallel_task/test_ptask.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into mc-process
[simgrid.git] / examples / msg / parallel_task / test_ptask.c
index 8626a98026d1449dfaca6ea73c4a8bd7cea89630..189a26c7546f0a1f27ea92d7922b072fbf885df2 100644 (file)
@@ -5,8 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <stdio.h>
-#include "msg/msg.h"            /* Yeah! If you want to use msg, you
-                                   need to include msg/msg.h */
+#include "simgrid/msg.h"        /* Yeah! If you want to use msg, you need to include simgrid/msg.h */
 #include "xbt/sysdep.h"         /* calloc, printf */
 
 /* Create a log channel to have nice outputs. */