From c0b1e88e8a9bd0dadf3b1302fd407de89fe51138 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 6 Jun 2005 22:39:32 +0000 Subject: the last round of file version tags git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5867 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_senddtmf.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'apps/app_senddtmf.c') diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c index d74a8b4ad..c707d82b6 100755 --- a/apps/app_senddtmf.c +++ b/apps/app_senddtmf.c @@ -11,6 +11,13 @@ * the GNU General Public License */ +#include +#include + +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include "asterisk/lock.h" #include "asterisk/file.h" #include "asterisk/logger.h" @@ -21,8 +28,6 @@ #include "asterisk/options.h" #include "asterisk/utils.h" #include "asterisk/app.h" -#include -#include static char *tdesc = "Send DTMF digits Application"; -- cgit v1.2.3