]> git.sur5r.net Git - openldap/commitdiff
fix headers (ITS#3896)
authorPierangelo Masarati <ando@openldap.org>
Wed, 27 Jul 2005 23:32:29 +0000 (23:32 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 27 Jul 2005 23:32:29 +0000 (23:32 +0000)
contrib/slapd-modules/passwd/kerberos.c
contrib/slapd-modules/passwd/netscape.c

index fed0aa2fbdd5b94c16eccdc5d102e2bbe19be081..6063dd5002434653bca4dda3800e6d149d2ef2d4 100644 (file)
  * <http://www.OpenLDAP.org/license.html>.
  */
 
-#include <string.h>
 #include <unistd.h>
 
 #include <lber.h>
 #include <lber_pvt.h>  /* BER_BVC definition */
 #include "lutil.h"
+#include <ac/string.h>
 
 #ifdef HAVE_KRB5
 #include <krb5.h>
index b880d520c5c1bdf8c9004a82916ab74697926c5d..83a32c5467f78fd0525cfdeabcb365f5e1926cab 100644 (file)
  * <http://www.OpenLDAP.org/license.html>.
  */
 
-#include <string.h>
 #include <unistd.h>
 
 #include <lber.h>
 #include <lber_pvt.h>
 #include "lutil.h"
 #include "lutil_md5.h"
+#include <ac/string.h>
 
 static LUTIL_PASSWD_CHK_FUNC chk_ns_mta_md5;
 static const struct berval scheme = BER_BVC("{NS-MTA-MD5}");