aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 112e0d6d7ad..f6720da20ae 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -45,7 +45,7 @@
45 45
46/* We used to test for `BSTRING' here, but only GCC and Emacs define 46/* We used to test for `BSTRING' here, but only GCC and Emacs define
47 `BSTRING', as far as I know, and neither of them use this code. */ 47 `BSTRING', as far as I know, and neither of them use this code. */
48#if USG || STDC_HEADERS 48#if HAVE_STRING_H || STDC_HEADERS
49#include <string.h> 49#include <string.h>
50#ifndef bcmp 50#ifndef bcmp
51#define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) 51#define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))