summaryrefslogtreecommitdiff
path: root/source3/modules/getdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/getdate.c')
-rw-r--r--source3/modules/getdate.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/source3/modules/getdate.c b/source3/modules/getdate.c
index 491c51294e..2ce07f898c 100644
--- a/source3/modules/getdate.c
+++ b/source3/modules/getdate.c
@@ -120,11 +120,10 @@
the right thing about local DST. Unlike previous versions, this
version is reentrant. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-# ifdef HAVE_ALLOCA_H
-# include <alloca.h>
-# endif
+#include <config.h>
+
+#ifdef HAVE_ALLOCA_H
+# include <alloca.h>
#endif
/* Since the code of getdate.y is not included in the Emacs executable