#include <string.h>, to get memcmp() and memset().

This commit is contained in:
Hallvard Furuseth 2003-09-29 23:31:18 +00:00
parent dcbca288a9
commit 92b3366802
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#define _LBER_H
#include <lber_types.h>
#include <string.h>
LDAP_BEGIN_DECL

View File

@ -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 )