diff --git a/mod_fix.h b/mod_fix.h index b26402f508d..46d02d60e1c 100644 --- a/mod_fix.h +++ b/mod_fix.h @@ -25,6 +25,7 @@ #include #include "mem/mem.h" #include "pvar.h" +#include "route_struct.h" #define GPARAM_TYPE_VAL 0 #define GPARAM_TYPE_PVS 1 diff --git a/modules/osp/osp_mod.c b/modules/osp/osp_mod.c index 6b3db7aa956..b98e11c9675 100644 --- a/modules/osp/osp_mod.c +++ b/modules/osp/osp_mod.c @@ -176,7 +176,7 @@ static cmd_export_t cmds[]={ {CMD_PARAM_STR,0,0}, {0,0,0}}, REQUEST_ROUTE}, {0,0,{{0,0,0}},0} -} +}; static param_export_t params[]={ { "enable_crypto_hardware_support", INT_PARAM, &_osp_crypto_hw },