]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/getvalues.c
Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl>
[openldap] / libraries / libldap / getvalues.c
index 3abd28560a7da092c48c058e34281c138f40c2fd..cd2921856c64afaace0054823fad0ed3224010b1 100644 (file)
@@ -13,14 +13,13 @@ static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <ctype.h>
 
+#include <ac/ctype.h>
 #include <ac/socket.h>
 #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 )