From: Kurt Zeilenga Date: Sat, 26 Dec 1998 18:55:46 +0000 (+0000) Subject: Needs ldap-int.h X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~864 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d718296b4d55b31c4010ac244fcf2ba0165599b;p=openldap Needs ldap-int.h --- diff --git a/libraries/libldap/srchpref.c b/libraries/libldap/srchpref.c index 4210cab661..ee59b9806b 100644 --- a/libraries/libldap/srchpref.c +++ b/libraries/libldap/srchpref.c @@ -30,6 +30,8 @@ #include "ldap-int.h" #include "srchpref.h" +#include "ldap-int.h" + static void free_searchobj LDAP_P(( struct ldap_searchobj *so )); static int read_next_searchobj LDAP_P(( char **bufp, long *blenp, struct ldap_searchobj **sop, int soversion ));