aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 21:09:59 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 21:09:59 +0000
commit09f3094700013cd98ad62e36384942be94348225 (patch)
treeea27350507953986bed7ff7cf8c0f40571622864 /channels/iax2-parser.c
parentb2cbb6a75dfc8ea70554192ea223c3bd5dd52ed8 (diff)
another round of version tag updates, along with 'show version files' pattern filtering
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5865 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2-parser.c')
-rwxr-xr-xchannels/iax2-parser.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index cb2125387..dddf1349b 100755
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -15,6 +15,11 @@
#include <sys/socket.h>
#include <string.h>
#include <netinet/in.h>
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/frame.h"
#include "asterisk/utils.h"
#include "asterisk/unaligned.h"