]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/getvalues.c
Remove LDAP_PORT dependencies so that ldap.conf defaults take over.
[openldap] / libraries / libldap / getvalues.c
index c3131ade09a3fd3364e472805c6cfd7d7ce5df77..cd2921856c64afaace0054823fad0ed3224010b1 100644 (file)
@@ -19,8 +19,7 @@ static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of
 #include <ac/string.h>
 #include <ac/time.h>
 
-#include "lber.h"
-#include "ldap.h"
+#include "ldap-int.h"
 
 char **
 ldap_get_values( LDAP *ld, LDAPMessage *entry, char *target )