# HG changeset patch # User Jim Blandy # Date 723775189 0 # Node ID 4383bffb2ad99137d9550fd4e6c2ff4ba64435b9 # Parent 5345766220da6a4b0ab90024163b975c5f564dfb *** empty log message *** diff -r 5345766220da -r 4383bffb2ad9 src/regex.c --- a/src/regex.c Sun Dec 06 22:42:10 1992 +0000 +++ b/src/regex.c Tue Dec 08 00:39:49 1992 +0000 @@ -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