mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#2762: header include fix
This commit is contained in:
parent
932fec6e2e
commit
267b0e2bd5
1 changed files with 4 additions and 0 deletions
|
|
@ -25,7 +25,11 @@
|
|||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue