Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
load simgrid_config ASAP so that _GNU_SOURCE really get defined before stdio is loaded
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 21 Apr 2011 12:02:11 +0000 (14:02 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 21 Apr 2011 12:02:11 +0000 (14:02 +0200)
src/xbt/graph.c

index 2f2ebad..f103366 100644 (file)
@@ -6,8 +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 <stdlib.h>
 #include "simgrid_config.h" /* getline */
+#include <stdlib.h>
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/graph.h"