# HG changeset patch # User Jim Meyering # Date 804031345 0 # Node ID 5e68a303679e4f29bb8822ff8521ce4f3ea56ae5 # Parent ea133fff58114e2746aed0285965c8884159dd6d merge with 1.12a diff --git a/lib/regex.c b/lib/regex.c --- a/lib/regex.c +++ b/lib/regex.c @@ -76,7 +76,7 @@ This is used in most programs--a few other programs avoid this by defining INHIBIT_STRING_HEADER. */ #ifndef INHIBIT_STRING_HEADER -#if HAVE_STRING_H || STDC_HEADERS || defined (_LIBC) +#if defined (HAVE_STRING_H) || defined (STDC_HEADERS) || defined (_LIBC) #include #ifndef bcmp #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))