dect
/
asterisk
Archived
13
0
Fork 0

inter-module dependencies should be included in the source code, not just in sample config files

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@149920 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2008-10-16 08:56:35 +00:00
parent afbcd1548d
commit 42f29dc262
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
* \author Terry Wilson <twilson@digium.com>
*/
/*** MODULEINFO
<depend>func_strings</depend>
***/
#include "asterisk.h"
#include <ctype.h>