From 2fe137e7bce425adf9cc64664eb493dfa8a7e885 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 19:44:20 +0100 Subject: heimdal:hdb: always include "config.h" first metze --- source4/heimdal/lib/hdb/hdb.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/heimdal') diff --git a/source4/heimdal/lib/hdb/hdb.c b/source4/heimdal/lib/hdb/hdb.c index 15a1024267..ad2c35a43a 100644 --- a/source4/heimdal/lib/hdb/hdb.c +++ b/source4/heimdal/lib/hdb/hdb.c @@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "krb5.h" #include "krb5_locl.h" #include "hdb_locl.h" -- cgit