Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We need getline so include the right file and do not hope that other header will...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 15 Dec 2009 16:33:33 +0000 (16:33 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 15 Dec 2009 16:33:33 +0000 (16:33 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6899 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/msg/msg_actions.c

index 8d1785c..07a1ddc 100644 (file)
@@ -3,6 +3,7 @@
 /* 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"     /* getline */
 #include "msg/private.h"
 #include "xbt/str.h"
 #include "xbt/dynar.h"