summaryrefslogtreecommitdiffstats
path: root/source/modules/getdate.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-04-12 00:37:55 +0000
committerGerald Carter <jerry@samba.org>2005-04-12 00:37:55 +0000
commitf0f7108060652a3f0d1b5ca4783cf62cd84fac12 (patch)
tree8b23f45f7547544c863d9c29f3ae4eba2882ff4b /source/modules/getdate.c
parentdae1a1db3c946093333d9e5001e30f75140fd3ca (diff)
downloadsamba-f0f7108060652a3f0d1b5ca4783cf62cd84fac12.tar.gz
samba-f0f7108060652a3f0d1b5ca4783cf62cd84fac12.tar.xz
samba-f0f7108060652a3f0d1b5ca4783cf62cd84fac12.zip
r6303: Setting up for 3.0.15pre1
current as of r6296
Diffstat (limited to 'source/modules/getdate.c')
-rw-r--r--source/modules/getdate.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/modules/getdate.c b/source/modules/getdate.c
index 491c51294e9..2ce07f898ca 100644
--- a/source/modules/getdate.c
+++ b/source/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