Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix missing #include in Windows
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 18 Sep 2015 12:22:37 +0000 (14:22 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 18 Sep 2015 12:22:37 +0000 (14:22 +0200)
We already have a polyfill in xbt/str.h

src/mc/mc_config.cpp

index bbf2cfb..bd3578d 100644 (file)
@@ -4,8 +4,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 <strings.h>
-
+#include <xbt/str.h>
 #include <xbt/log.h>
 #include <xbt/config.h>