]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/addentry.c
Add strdup.c from -llutil, renamed to ldap_strdup() and always used.
[openldap] / libraries / libldap / addentry.c
index 3b5c752a88d08995718ed15644cc8e337be9fc73..8388c4adfa4f6420e6a7194e88019d59ab105d93 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"
 
 LDAPMessage *
 ldap_delete_result_entry( LDAPMessage **list, LDAPMessage *e )