From b4af9d661bdac8d358ede00fcb4a34d156efb19f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 26 Mar 2001 00:59:37 +0000 Subject: [PATCH] change order of includes to allow it to work with more versions of openldap git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9764 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb-ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/hdb-ldap.c b/lib/hdb/hdb-ldap.c index 3c5ffab4b..5988608fc 100644 --- a/lib/hdb/hdb-ldap.c +++ b/lib/hdb/hdb-ldap.c @@ -36,8 +36,8 @@ RCSID("$Id$"); #ifdef OPENLDAP -#include #include +#include #include #include