]> 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 ff8e5635ca2ab96bbb26e142aa2cf90f6fb4bcc1..8388c4adfa4f6420e6a7194e88019d59ab105d93 100644 (file)
@@ -13,13 +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 )