--- servers/slapd/root_dse.c 2003/02/08 20:53:07 1.74 +++ servers/slapd/root_dse.c 2003/02/10 01:09:00 1.75 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.73 2003/01/27 20:53:23 ando Exp $ */ +/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.74 2003/02/08 20:53:07 kurt Exp $ */ /* root_dse.c - Provides the ROOT DSA-Specific Entry * * Copyright 1999-2003 The OpenLDAP Foundation. @@ -17,10 +17,13 @@ #include #include "slap.h" -#include "slapi.h" #include #include "lber_pvt.h" +#ifdef LDAP_SLAPI +#include "slapi.h" +#endif + static struct berval supportedFeatures[] = { BER_BVC(LDAP_FEATURE_ALL_OPERATIONAL_ATTRS), /* all Operational Attributes ("+") */ BER_BVC(LDAP_FEATURE_OBJECTCLASS_ATTRS), /* OCs in Attributes List */