]> git.sur5r.net Git - openldap/commitdiff
Fix previous commit
authorHoward Chu <hyc@openldap.org>
Fri, 26 Jul 2002 13:46:09 +0000 (13:46 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 26 Jul 2002 13:46:09 +0000 (13:46 +0000)
include/ac/string.h

index b159ec2171855e8b5643160b1b9acaa5a32b3c9c..930e757c7c561975ef6e52b4cdd59b4b205771f9 100644 (file)
@@ -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