fix previous commit (ITS#3905)

This commit is contained in:
Pierangelo Masarati 2005-07-31 23:15:08 +00:00
parent e404a15082
commit f6f6ecb4f3

View file

@ -32,11 +32,13 @@
#include <ac/unistd.h>
#include <ac/errno.h>
#ifdef HAVE_CYRUS_SASL
#ifdef HAVE_SASL_SASL_H
#include <sasl/sasl.h>
#else
#include <sasl.h>
#endif
#endif
#include <ldap.h>