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_zapras.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'apps/app_zapras.c') diff --git a/apps/app_zapras.c b/apps/app_zapras.c index 517bbb50e..69900ea44 100755 --- a/apps/app_zapras.c +++ b/apps/app_zapras.c @@ -11,13 +11,6 @@ * the GNU General Public License */ -#include "asterisk/lock.h" -#include "asterisk/file.h" -#include "asterisk/logger.h" -#include "asterisk/channel.h" -#include "asterisk/pbx.h" -#include "asterisk/module.h" -#include "asterisk/options.h" #include #include #ifdef __linux__ @@ -41,6 +34,18 @@ #include #endif /* __linux__ */ +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + +#include "asterisk/lock.h" +#include "asterisk/file.h" +#include "asterisk/logger.h" +#include "asterisk/channel.h" +#include "asterisk/pbx.h" +#include "asterisk/module.h" +#include "asterisk/options.h" + static char *tdesc = "Zap RAS Application"; static char *app = "ZapRAS"; -- cgit v1.2.3