]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/free.c
Add strdup.c from -llutil, renamed to ldap_strdup() and always used.
[openldap] / libraries / libldap / free.c
index adf1d7b3c9747f34d58a8bfe35a41f855513e916..ebf2d623c5709b4321018c748883ecdd2e6e0df3 100644 (file)
@@ -14,13 +14,12 @@ static char copyright[] = "@(#) Copyright (c) 1994 The Regents of the University
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <ctype.h>
 
+#include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/time.h>
 
-#include "lber.h"
-#include "ldap.h"
+#include "ldap-int.h"
 
 void
 ldap_getfilter_free( LDAPFiltDesc *lfdp )