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
[simgrid.git] / 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"