From: Kurt Zeilenga Date: Fri, 16 Feb 2007 03:42:56 +0000 (+0000) Subject: ready for release X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=729a3be8e2bddf23957c8ef4a0297c40b099abee;p=openldap ready for release --- diff --git a/build/version.var b/build/version.var index 7823dd7796..b89bc0bb3a 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=4 -ol_patch=X +ol_patch=4alpha ol_api_inc=20404 -ol_api_current=1 -ol_api_revision=3 -ol_api_age=1 -ol_release_date="2006/10/20" +ol_api_current=2 +ol_api_revision=0 +ol_api_age=0 +ol_release_date="2007/02/16" diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index a49d742724..5f6f6d5d35 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -42,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))