]> git.sur5r.net Git - openldap/commitdiff
Cleanup last commit
authorKurt Zeilenga <kurt@openldap.org>
Thu, 15 Feb 2007 01:42:23 +0000 (01:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 15 Feb 2007 01:42:23 +0000 (01:42 +0000)
libraries/libldap/ldap-int.h

index 4f32cd3b075ee946e9c1f30f08f817500ff0da8a..5f6f6d5d35519494c2e2538d250937ce36edd1b4 100644 (file)
@@ -30,8 +30,6 @@
 #include <ldap_pvt_thread.h>
 #endif
 
-#include <ac/time.h> /* for struct timeval */
-
 #ifdef HAVE_CYRUS_SASL
        /* the need for this should be removed */
 #ifdef HAVE_SASL_SASL_H
@@ -44,6 +42,9 @@
 #define SASL_MIN_BUFF_SIZE     4096
 #endif
 
+/* for struct timeval */
+#include <ac/time.h>
+
 #undef TV2MILLISEC
 #define TV2MILLISEC(tv) (((tv)->tv_sec * 1000) + ((tv)->tv_usec/1000))