]> git.sur5r.net Git - openldap/commitdiff
ITS#2762: header include fix
authorKurt Zeilenga <kurt@openldap.org>
Sun, 12 Oct 2003 01:18:23 +0000 (01:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 12 Oct 2003 01:18:23 +0000 (01:18 +0000)
servers/slapd/sasl.c

index df435683aec43d4a3eee2df44d7213af3d2b1be9..a07910715a1708f355eebf3dc24401ba929ce8fe 100644 (file)
 # endif
 
 # if SASL_VERSION_MAJOR >= 2
+# ifdef HAVE_SASL_SASL_H
 #  include <sasl/saslplug.h>
+# else
+#  include <saslplug.h>
+# endif
 #  define      SASL_CONST const
 # else
 #  define      SASL_CONST