summaryrefslogtreecommitdiff
path: root/stdtime/localtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdtime/localtime.c')
-rw-r--r--stdtime/localtime.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/stdtime/localtime.c b/stdtime/localtime.c
index c5a07838f..5be8a14f2 100644
--- a/stdtime/localtime.c
+++ b/stdtime/localtime.c
@@ -43,6 +43,9 @@
#define TZ_STRLEN_MAX 255
/* #define DEBUG */
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
/*LINTLIBRARY*/
@@ -53,10 +56,6 @@
#include <stdio.h>
#endif
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "private.h"
#include "tzfile.h"
#include "asterisk/lock.h"