From 7f71c595be569acd81e8c7b97924bd2d0efc3f6c Mon Sep 17 00:00:00 2001 From: degomme Date: Wed, 6 Apr 2016 22:41:14 +0200 Subject: [PATCH 1/1] Try to fix win build - may not be enough --- src/xbt/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/config.c b/src/xbt/config.c index 647ec5760e..1890645955 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -940,7 +940,7 @@ static xbt_cfg_t make_set() return set; } /* end_of_make_set */ -extern xbt_cfg_t simgrid_config; +XBT_PUBLIC_DATA(xbt_cfg_t) simgrid_config; XBT_TEST_UNIT("memuse", test_config_memuse, "Alloc and free a config set") { -- 2.20.1