Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Take the gras.h from the current dir, not the installed one
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 27 Jul 2004 01:13:20 +0000 (01:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 27 Jul 2004 01:13:20 +0000 (01:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@349 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/ping/ping.c

index aa7ad2f..6a05d8d 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdlib.h>
 #include <signal.h>
 
 #include <stdlib.h>
 #include <signal.h>
 
-#include <gras.h>
+#include "gras.h"
 
 GRAS_LOG_NEW_DEFAULT_CATEGORY(Ping);
 
 
 GRAS_LOG_NEW_DEFAULT_CATEGORY(Ping);