diff --git a/utils/ael_main.c b/utils/ael_main.c index 6c166922f0..a4e6542ed1 100644 --- a/utils/ael_main.c +++ b/utils/ael_main.c @@ -18,6 +18,10 @@ #include "asterisk/ael_structs.h" #include "asterisk/extconf.h" +/*** MODULEINFO + * res_ael_share + * ***/ + struct namelist { char name[100]; diff --git a/utils/conf2ael.c b/utils/conf2ael.c index 9b0f8a6c0b..4ad0afa246 100644 --- a/utils/conf2ael.c +++ b/utils/conf2ael.c @@ -22,7 +22,9 @@ * */ - +/*** MODULEINFO + * res_ael_share + * ***/ #include "asterisk/autoconfig.h"