[Asterisk-cvs] asterisk/apps app_senddtmf.c,1.5,1.6
markster at lists.digium.com
markster at lists.digium.com
Sun May 9 16:57:55 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv11435/apps
Modified Files:
app_senddtmf.c
Log Message:
Include app.h in senddtmf (bug #1594)
Index: app_senddtmf.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_senddtmf.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- app_senddtmf.c 9 May 2004 07:51:44 -0000 1.5
+++ app_senddtmf.c 9 May 2004 21:07:38 -0000 1.6
@@ -20,6 +20,7 @@
#include <asterisk/translate.h>
#include <asterisk/options.h>
#include <asterisk/utils.h>
+#include <asterisk/app.h>
#include <string.h>
#include <stdlib.h>
#include <pthread.h>
More information about the svn-commits
mailing list