aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_custom.c')
-rwxr-xr-xcdr/cdr_custom.c6
1 files changed, 5 insertions, 1 deletions
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 <sys/types.h>
+
+#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"