aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_dundi.c')
-rw-r--r--pbx/pbx_dundi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 88fa3d7d1..ab9ba94db 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -22,6 +22,10 @@
*
*/
+/*** MODULEINFO
+ <depend>zlib</depend>
+ ***/
+
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
@@ -4720,3 +4724,4 @@ static const char *key(void)
}
STD_MOD(MOD_1 | NO_USECOUNT | NO_UNLOAD, reload, NULL, NULL);
+