aboutsummaryrefslogtreecommitdiffstats
path: root/main/loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/loader.c')
-rw-r--r--main/loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/loader.c b/main/loader.c
index e8a5662ef..05524fe08 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -249,6 +249,7 @@ static struct reload_classes {
{ "features", ast_features_reload },
{ "dsp", ast_dsp_reload},
{ "udptl", ast_udptl_reload },
+ { "indications", ast_indications_reload },
{ NULL, NULL }
};