mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Should include <ac/string.h> not <string.h>
This commit is contained in:
parent
d46195d08d
commit
0ee298df97
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue