From: navarrop Date: Mon, 26 Jul 2010 12:19:05 +0000 (+0000) Subject: Without this line paranoid mode doesn't work. X-Git-Tag: v3_5~762 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/730b860d158272accdb1971c25fd1dd6978becf0?ds=sidebyside Without this line paranoid mode doesn't work. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8059 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/tesh/tesh.c b/tools/tesh/tesh.c index 2b1068f93f..4cf55b9c05 100644 --- a/tools/tesh/tesh.c +++ b/tools/tesh/tesh.c @@ -6,6 +6,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include "simgrid_config.h" /* FILE for getline */ + /* specific to Borland Compiler */ #ifdef __BORLANDDC__ #pragma hdrstop