From: mquinson Date: Tue, 27 Jul 2004 01:13:20 +0000 (+0000) Subject: Take the gras.h from the current dir, not the installed one X-Git-Tag: v3.3~4999 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/767db55488b9fc6cae8d0610131b57d812b12eae?hp=59ecd6cee1ac23b99873de3c4627a5f96c8f3817 Take the gras.h from the current dir, not the installed one git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@349 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/ping/ping.c b/examples/ping/ping.c index aa7ad2fd6e..6a05d8d9c7 100644 --- a/examples/ping/ping.c +++ b/examples/ping/ping.c @@ -12,7 +12,7 @@ #include #include -#include +#include "gras.h" GRAS_LOG_NEW_DEFAULT_CATEGORY(Ping);