diff --git a/src/client/libdistren_config.c b/src/client/libdistren_config.c --- a/src/client/libdistren_config.c +++ b/src/client/libdistren_config.c @@ -34,6 +34,7 @@ int _distren_getoptions(distren_t handle cfg_opt_t cfg_opts[] = { CFG_STR("server", NULL, 0), + CFG_FUNC("include", &cfg_include), /*< @todo this should be added by the lidistrencommon.so rather then individually */ CFG_END() };