summaryrefslogtreecommitdiff
path: root/stdtime
diff options
context:
space:
mode:
Diffstat (limited to 'stdtime')
-rw-r--r--stdtime/localtime.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stdtime/localtime.c b/stdtime/localtime.c
index db125d9e6..c5a07838f 100644
--- a/stdtime/localtime.c
+++ b/stdtime/localtime.c
@@ -52,6 +52,11 @@
#ifdef DEBUG
#include <stdio.h>
#endif
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "private.h"
#include "tzfile.h"
#include "asterisk/lock.h"