mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
#include <string.h> if HAVE_STRING_H is defined. Cleans up several
integer-pointer conversions errors in librewrite (on FreeBSD 4.2).
This commit is contained in:
parent
1656f2c774
commit
8d2079660f
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
|||
#ifndef REWRITE_H
|
||||
#define REWRITE_H
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue