From a62e4ad13801ceb1ae7555b5d98a6e56aee23abb Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 6 Sep 2002 03:15:28 +0000 Subject: [PATCH] fix up headers --- clients/tools/ldapmodify.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index 68a6ec928e..245619e25d 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -34,8 +34,7 @@ #include "ldif.h" #include "ldap_defaults.h" #include "ldap_log.h" -/* needed for ldap_control_dup(); we should declare it somewhere else ... */ -#include "../../libraries/libldap/ldap-int.h" +#include "ldap_pvt.h" static char *prog; static char *binddn = NULL; -- 2.39.5