From 13e72602ab9f816bd7ceb5dd6e4b179b6d3e62c5 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Wed, 19 Aug 2009 09:55:31 +0000 Subject: [PATCH] Fix previous commit: move struct lutil_tm declaration out of prototype scope --- include/ldap_pvt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index bd7b21c4a6..28a927f115 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -120,6 +120,7 @@ ldap_pvt_localtime LDAP_P(( # endif /* Get current time as a structured time */ +struct lutil_tm; LDAP_F( void ) ldap_pvt_gettime LDAP_P(( struct lutil_tm * )); -- 2.39.5