From 168e32e6e029349d9d124ce0cfa8a75562dbd751 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 8 Dec 1992 00:39:49 +0000 Subject: [PATCH] *** empty log message *** --- src/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regex.c b/src/regex.c index 22777ca2be6..a5594be55ed 100644 --- a/src/regex.c +++ b/src/regex.c @@ -29,7 +29,7 @@ /* We need this for `regex.h', and perhaps for the Emacs include files. */ #include -#ifdef HAVE_CONFIG_H +#if defined (HAVE_CONFIG_H) || defined (emacs) #include "config.h" #endif