From: suter Date: Mon, 31 Jan 2011 18:26:00 +0000 (+0000) Subject: better to include msg/msg.h to use msg functions X-Git-Tag: v3.6_beta2~390 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d4ec94f875bf60c5a35bfe65cb7d243e56b495c4 better to include msg/msg.h to use msg functions git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9539 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/token_ring/ring_call.c b/examples/msg/token_ring/ring_call.c index 3251748ebc..73ed6d7dcf 100644 --- a/examples/msg/token_ring/ring_call.c +++ b/examples/msg/token_ring/ring_call.c @@ -6,6 +6,7 @@ #include #include +#include "msg/msg.h" #include "surf/surf_private.h" extern routing_global_t global_routing;