From 8507923f697a8f23fcdd6ab2e0a7c96213fd612a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 8 Dec 1992 00:39:49 +0000 Subject: [PATCH] *** empty log message *** --- regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.c b/regex.c index 22777ca2be..a5594be55e 100644 --- a/regex.c +++ b/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 -- 2.30.2