]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_str.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Connect correctly the log channels manually for windows. I didn't try to compile...
[simgrid.git] / src / xbt / xbt_str.c
index 805adab4be4d0694958c90f554044913053092b5..6e4739bd378a2fcd5a7ba1d336826fa611359d9e 100644 (file)
@@ -383,6 +383,8 @@ xbt_dynar_t xbt_str_split_quoted(const char *s) {
 }
 
 #ifdef SIMGRID_TEST
+#include "xbt/str.h"
+
 #define mytest(name, input, expected) \
   xbt_test_add0(name); \
   d=xbt_str_split_quoted(input); \