From 729a3be8e2bddf23957c8ef4a0297c40b099abee Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 16 Feb 2007 03:42:56 +0000 Subject: [PATCH] ready for release --- build/version.var | 10 +++++----- libraries/libldap/ldap-int.h | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) 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)) -- 2.39.5