From b2cbb6a75dfc8ea70554192ea223c3bd5dd52ed8 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 6 Jun 2005 20:27:51 +0000 Subject: remove experimental module version tags add per-file revision tags and 'show version files' CLI command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b --- privacy.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'privacy.c') diff --git a/privacy.c b/privacy.c index 0fbcc73d4..2f9feab6e 100755 --- a/privacy.c +++ b/privacy.c @@ -20,6 +20,10 @@ #include #include +#include "asterisk.h" + +ASTERISK_FILE_VERSION("$Revision$") + #include "asterisk/channel.h" #include "asterisk/file.h" #include "asterisk/app.h" @@ -31,7 +35,6 @@ #include "asterisk/privacy.h" #include "asterisk/utils.h" #include "asterisk/lock.h" -#include "asterisk.h" int ast_privacy_check(char *dest, char *cid) { -- cgit v1.2.3