From: mquinson Date: Fri, 11 Dec 2009 12:20:59 +0000 (+0000) Subject: use simgrid_config.h in example code relying on getline X-Git-Tag: SVN~841 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1de0605ac65310f01fd7e86562216bab56b6b780 use simgrid_config.h in example code relying on getline git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6885 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index b612cc6374..0a92faf118 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -9,7 +9,7 @@ #include #include "msg/msg.h" /* Yeah! If you want to use msg, you need to include msg/msg.h */ #include "xbt.h" /* calloc, printf */ - +#include "simgrid_config.h" /* getline */ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");