From: Pierangelo Masarati Date: Mon, 25 Jul 2005 20:46:38 +0000 (+0000) Subject: silence warnings X-Git-Tag: OPENLDAP_AC_BP~204 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4971ea14bbfd2f5b159bc2ccb4bc621936835b50;p=openldap silence warnings --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 1f17a11295..eff2162406 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -32,6 +32,12 @@ #include #include +#ifdef HAVE_SASL_SASL_H +#include +#else +#include +#endif + #include #include "lutil_ldap.h"