summaryrefslogtreecommitdiffstats
path: root/src/util/support/gmt_mktime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/support/gmt_mktime.c')
-rw-r--r--src/util/support/gmt_mktime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/support/gmt_mktime.c b/src/util/support/gmt_mktime.c
index 7655364d9..32fef4386 100644
--- a/src/util/support/gmt_mktime.c
+++ b/src/util/support/gmt_mktime.c
@@ -1,8 +1,8 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* This code placed in the public domain by Mark W. Eichin */
-#include <stdio.h>
#include "autoconf.h"
+#include <stdio.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>