]> git.sur5r.net Git - openldap/commitdiff
Should include <ac/string.h> not <string.h>
authorKurt Zeilenga <kurt@openldap.org>
Tue, 4 Nov 2003 00:45:41 +0000 (00:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 4 Nov 2003 00:45:41 +0000 (00:45 +0000)
include/ldbm.h

index 5a86a5fa70bfacb0eef17bc75fb102a8891eebb7..786cde15bbd91cc1af671d8a5d31c3c7f04d0845 100644 (file)
@@ -15,7 +15,7 @@
 #define _LDBM_H_
 
 #include <ldap_cdefs.h>
-#include <string.h>
+#include <ac/string.h>
 
 /* dummy DB_ENV for non Berkeley DB */
 #if !defined( LDBM_USE_DBBTREE ) && !defined( LDBM_USE_DBHASH )