Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
as this was not included, xbt_dynar_sort never used mergesort ..
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 14 Nov 2013 17:59:10 +0000 (18:59 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 14 Nov 2013 18:08:14 +0000 (19:08 +0100)
we should check if we don't forget it elsewhere

src/xbt/dynar.c

index d9e20b9..26a8171 100644 (file)
@@ -6,6 +6,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. */
 
 /* 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 "internal_config.h"
 #include "xbt/misc.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/misc.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"