ITS#2762: header include fix

This commit is contained in:
Kurt Zeilenga 2003-10-12 01:18:23 +00:00
parent 932fec6e2e
commit 267b0e2bd5

View file

@ -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