r6149: Fixes bugs #2498 and 2484.
[vlendec/samba-autobuild/.git] / source3 / modules / getdate.c
index 491c51294e9ca0e68704250b126865671c7229e8..2ce07f898caff989d6cc0ee2d4bdec112199d083 100644 (file)
    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