]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/dsparse.c
s/<stdlib.h>/<ac/stdlib.h>/
[openldap] / libraries / libldap / dsparse.c
index ce3f873d6c4540a2acf991797a7593867fa79e04..19446e0ee4f0ac059654dc525f3bfd08995b7dba 100644 (file)
@@ -22,7 +22,7 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <stdlib.h>
+#include <ac/stdlib.h>
 
 #include <ac/ctype.h>
 #include <ac/string.h>
@@ -192,7 +192,7 @@ next_token( char **sp )
        return( NULL );
     }
 
-    return( strdup( tokstart ));
+    return( LDAP_STRDUP( tokstart ));
 }