From 005e436b5728dd3ba2dea2ec92e49222120d279c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 6 Jun 2005 21:09:59 +0000 Subject: another round of version tag updates, along with 'show version files' pattern filtering git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5865 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- cdr/cdr_custom.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cdr/cdr_custom.c') diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c index cbb6d970b..e524d71c3 100755 --- a/cdr/cdr_custom.c +++ b/cdr/cdr_custom.c @@ -15,6 +15,11 @@ */ #include + +#include "asterisk.h" + +ASTERISK_FILE_VERSION("$Revision$") + #include "asterisk/channel.h" #include "asterisk/cdr.h" #include "asterisk/module.h" @@ -22,7 +27,6 @@ #include "asterisk/pbx.h" #include "asterisk/logger.h" #include "asterisk/utils.h" -#include "asterisk.h" #define CUSTOM_LOG_DIR "/cdr_custom" -- cgit v1.2.3