Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Without this line paranoid mode doesn't work.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 26 Jul 2010 12:19:05 +0000 (12:19 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 26 Jul 2010 12:19:05 +0000 (12:19 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8059 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/tesh/tesh.c

index 2b1068f..4cf55b9 100644 (file)
@@ -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