From: Howard Chu Date: Sat, 11 Oct 2003 01:24:44 +0000 (+0000) Subject: ITS#2762 tweak SASL include paths X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~600 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b5b036d9fb7f8264d676a618ad95e960cb1b7461;p=openldap ITS#2762 tweak SASL include paths --- diff --git a/servers/slapd/sasl.c b/servers/slapd/sasl.c index 4f2a08ef43..34c5aadffb 100644 --- a/servers/slapd/sasl.c +++ b/servers/slapd/sasl.c @@ -25,7 +25,11 @@ # endif # if SASL_VERSION_MAJOR >= 2 +# ifdef HAVE_SASL_SASL_H # include +# else +# include +# endif # define SASL_CONST const # else # define SASL_CONST