summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 19:44:20 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 19:44:20 +0100
commit2fe137e7bce425adf9cc64664eb493dfa8a7e885 (patch)
treeaeb63d186122d16be6abd41160bf959833ff0e6e /source4/heimdal
parentd129507ee472b884d42d1bf301be6f235b0ac5a7 (diff)
downloadsamba-2fe137e7bce425adf9cc64664eb493dfa8a7e885.tar.gz
samba-2fe137e7bce425adf9cc64664eb493dfa8a7e885.tar.bz2
samba-2fe137e7bce425adf9cc64664eb493dfa8a7e885.zip
heimdal:hdb: always include "config.h" first
metze
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/hdb/hdb.c4
1 files changed, 4 insertions, 0 deletions
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"