Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Take the gras.h from the current dir, not the installed one
[simgrid.git] / examples / ping / ping.c
index aa7ad2f..6a05d8d 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdlib.h>
 #include <signal.h>
 
-#include <gras.h>
+#include "gras.h"
 
 GRAS_LOG_NEW_DEFAULT_CATEGORY(Ping);