]> 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 ce85e8cb35ebe570dc5561cb8c9f731c93c5e0ab..8388c4adfa4f6420e6a7194e88019d59ab105d93 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"
 
 LDAPMessage *
 ldap_delete_result_entry( LDAPMessage **list, LDAPMessage *e )