mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix lutil_str*() warnings
This commit is contained in:
parent
f6a15a1bfb
commit
d38d19edc1
1 changed files with 1 additions and 1 deletions
|
|
@ -24,8 +24,8 @@
|
|||
#include <sasl.h>
|
||||
#endif
|
||||
|
||||
#if SASL_VERSION_MAJOR >= 2
|
||||
#include <lutil.h>
|
||||
#if SASL_VERSION_MAJOR >= 2
|
||||
#include <sasl/saslplug.h>
|
||||
#define SASL_CONST const
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue