# HG changeset patch # User Jim Meyering # Date 804030780 0 # Node ID 9e835ac8019b316b511d4bcee4394f3bc3e5412b # Parent 4d750eb4efe8e2e441d9d6dde6282e2efab74f58 GNU text utilities 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))