From: Howard Chu Date: Fri, 26 Jul 2002 13:46:09 +0000 (+0000) Subject: Fix previous commit X-Git-Tag: NO_SLAP_OP_BLOCKS~1327 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8f4f383ea8ed26083bc293bc8b85855da866102;p=openldap Fix previous commit --- diff --git a/include/ac/string.h b/include/ac/string.h index b159ec2171..930e757c7c 100644 --- a/include/ac/string.h +++ b/include/ac/string.h @@ -21,8 +21,7 @@ # ifdef HAVE_STRING_H # include # 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 # endif