Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure we have getline when we use it
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 19 Apr 2011 14:51:58 +0000 (16:51 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 19 Apr 2011 14:51:58 +0000 (16:51 +0200)
src/xbt/graph.c

index bacf626..2f2ebad 100644 (file)
@@ -7,6 +7,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <stdlib.h>
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <stdlib.h>
+#include "simgrid_config.h" /* getline */
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/graph.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/graph.h"