From: Kurt Zeilenga Date: Thu, 15 Feb 2007 01:42:23 +0000 (+0000) Subject: Cleanup last commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7beb587a4b95bb87b47156a9ba1f1af925c44664;p=openldap Cleanup last commit --- diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index 4f32cd3b07..5f6f6d5d35 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -30,8 +30,6 @@ #include #endif -#include /* 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 + #undef TV2MILLISEC #define TV2MILLISEC(tv) (((tv)->tv_sec * 1000) + ((tv)->tv_usec/1000))