mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
#include <string.h>, to get memcmp() and memset().
This commit is contained in:
parent
dcbca288a9
commit
92b3366802
@ -25,6 +25,7 @@
|
||||
#define _LBER_H
|
||||
|
||||
#include <lber_types.h>
|
||||
#include <string.h>
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#define _LDBM_H_
|
||||
|
||||
#include <ldap_cdefs.h>
|
||||
#include <string.h>
|
||||
|
||||
/* dummy DB_ENV for non Berkeley DB */
|
||||
#if !defined( LDBM_USE_DBBTREE ) && !defined( LDBM_USE_DBHASH )
|
||||
|
Loading…
Reference in New Issue
Block a user