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
This commit is contained in:
Assar Westerlund
2001-03-26 00:59:37 +00:00
parent dd38d687f6
commit b4af9d661b

View File

@@ -36,8 +36,8 @@ RCSID("$Id$");
#ifdef OPENLDAP
#include <ldap.h>
#include <lber.h>
#include <ldap.h>
#include <ctype.h>
#include <sys/un.h>