From: Kurt Zeilenga Date: Sun, 12 Oct 2003 01:18:23 +0000 (+0000) Subject: ITS#2762: header include fix X-Git-Tag: OPENLDAP_REL_ENG_2_1_23~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=267b0e2bd5197dc4870b4cf2f7bc90352967e431;p=thirdparty%2Fopenldap.git ITS#2762: header include fix --- diff --git a/servers/slapd/sasl.c b/servers/slapd/sasl.c index df435683ae..a07910715a 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