]> git.sur5r.net Git - openldap/commitdiff
remove lint
authorKurt Zeilenga <kurt@openldap.org>
Mon, 5 Aug 2002 21:11:22 +0000 (21:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 5 Aug 2002 21:11:22 +0000 (21:11 +0000)
servers/slapd/back-monitor/time.c
servers/slapd/sasl.c

index 34465869e4840bbc6a74a534d50267057146b077..7a950b593431d1e8d34fe6bf68b087c69c56b79c 100644 (file)
@@ -37,6 +37,8 @@
 #include <ac/string.h>
 #include <ac/time.h>
 
+#include <lutil.h>
+
 #include "slap.h"
 #include "proto-slap.h"
 #include "back-monitor.h"
index be7b1bb51368184bfe5dc8c897e53c0fa3d2ff77..63f9f4b5d92b2c3e94ca13fcd1401c6d95bf8fcb 100644 (file)
@@ -24,8 +24,8 @@
 #include <sasl.h>
 #endif
 
-#if SASL_VERSION_MAJOR >= 2
 #include <lutil.h>
+#if SASL_VERSION_MAJOR >= 2
 #include <sasl/saslplug.h>
 #define        SASL_CONST const
 #else