heimdal:hdb: always include "config.h" first
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:44:20 +0000 (19:44 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:44:20 +0000 (19:44 +0100)
metze

source4/heimdal/lib/hdb/hdb.c

index 15a1024267f89a4163669e804c15e31537614668..ad2c35a43a58a9dbfc68f72979df15a84afc6e22 100644 (file)
  * SUCH DAMAGE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "krb5.h"
 #include "krb5_locl.h"
 #include "hdb_locl.h"