aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_callerid.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 22:12:19 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 22:12:19 +0000
commit6f0f46299c012f00eada2e4f504a52eb0cbd3040 (patch)
treecf4d39e2fe550722cbe4552cccd0cf5a511730e9 /funcs/func_callerid.c
parent09f3094700013cd98ad62e36384942be94348225 (diff)
more file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_callerid.c')
-rwxr-xr-xfuncs/func_callerid.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c
index fb70269a2..b3bd8d3e3 100755
--- a/funcs/func_callerid.c
+++ b/funcs/func_callerid.c
@@ -13,6 +13,10 @@
#include <string.h>
#include <sys/types.h>
+#include "asterisk.h"
+
+/* ASTERISK_FILE_VERSION("$Revision$") */
+
#ifndef BUILTIN_FUNC
#include "asterisk/module.h"
#endif /* BUILTIN_FUNC */