changeset 1665:4383bffb2ad9

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 08 Dec 1992 00:39:49 +0000
parents 5345766220da
children c12fbca81b63
files src/regex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/types.h>
 
-#ifdef HAVE_CONFIG_H
+#if defined (HAVE_CONFIG_H) || defined (emacs)
 #include "config.h"
 #endif