summaryrefslogtreecommitdiff
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-10-16 08:56:35 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-10-16 08:56:35 +0000
commit33c9f5c8c1a01a464f178111cc711abc34f5b0ce (patch)
tree49db43dc78524283432c140946878d398f979a12 /res/res_phoneprov.c
parent18609210ba6c66625d485c82ee9e875b76b8e201 (diff)
inter-module dependencies should be included in the source code, not just in sample config files
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@149920 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_phoneprov.c')
-rw-r--r--res/res_phoneprov.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index 8f5acf13b..37ce2b2a0 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -26,6 +26,10 @@
* \author Terry Wilson <twilson@digium.com>
*/
+/*** MODULEINFO
+ <depend>func_strings</depend>
+ ***/
+
#include "asterisk.h"
#include <ctype.h>