mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix previous commit
This commit is contained in:
parent
589b0fcdd6
commit
f8f4f383ea
@ -21,8 +21,7 @@
|
||||
# ifdef HAVE_STRING_H
|
||||
# include <string.h>
|
||||
# endif
|
||||
# if defined(HAVE_STRINGS_H) && (!defined(HAVE_STRING_H) ||
|
||||
defined(BOTH_STRINGS_H))
|
||||
# if defined(HAVE_STRINGS_H) && (!defined(HAVE_STRING_H) || defined(BOTH_STRINGS_H))
|
||||
# include <strings.h>
|
||||
# endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user