]> git.sur5r.net Git - openldap/commitdiff
silence warnings
authorPierangelo Masarati <ando@openldap.org>
Mon, 25 Jul 2005 20:46:38 +0000 (20:46 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 25 Jul 2005 20:46:38 +0000 (20:46 +0000)
clients/tools/common.c

index 1f17a11295660e45d64195266b4ee9d0c3878893..eff21624067468de7dbfa231aa945b7eec9e590d 100644 (file)
 #include <ac/unistd.h>
 #include <ac/errno.h>
 
+#ifdef HAVE_SASL_SASL_H
+#include <sasl/sasl.h>
+#else
+#include <sasl.h>
+#endif
+
 #include <ldap.h>
 
 #include "lutil_ldap.h"