mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix previous commit
This commit is contained in:
parent
589b0fcdd6
commit
f8f4f383ea
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue