mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Use both <string.h> and <strings.h> if BOTH_STRINGS_H is defined
This commit is contained in:
parent
84b91f70ad
commit
d889d5f1dc
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@
|
|||
#else
|
||||
# ifdef HAVE_STRING_H
|
||||
# include <string.h>
|
||||
# elif HAVE_STRINGS_H
|
||||
# endif
|
||||
# if defined(HAVE_STRINGS_H) && (!defined(HAVE_STRING_H) ||
|
||||
defined(BOTH_STRINGS_H))
|
||||
# include <strings.h>
|
||||
# endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue