aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 07:15:13 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 07:15:13 +0000
commitd1f6aa038dc5e69c8854f7e1fec554e358f8cdfb (patch)
tree76b2c508ee68eddb0a70a8a1b6322489ce8aeade /apps/app_queue.c
parent12db9f992343a130ed8436689a0d2b9daf47ebc6 (diff)
Issue 11574: Add dependencies on res_monitor and res_features.
I wonder if Asterisk can run at all without res_features. My guess is that there's propably a lot of more modules and the core that depends on it. Reported by: caio1982 (closes issue #11574) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@93182 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 8227ff175..159bdda65 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -56,6 +56,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ <depend>res_monitor</depend>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")