From f6f6ecb4f31cf5d5e5efe08f86b33c63a151919e Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sun, 31 Jul 2005 23:15:08 +0000 Subject: [PATCH] fix previous commit (ITS#3905) --- clients/tools/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/tools/common.c b/clients/tools/common.c index eff2162406..c076b9f65a 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -32,11 +32,13 @@ #include #include +#ifdef HAVE_CYRUS_SASL #ifdef HAVE_SASL_SASL_H #include #else #include #endif +#endif #include -- 2.39.5