changeset 27:e47939004adb

*** empty log message ***
author Jim Blandy <jimb@red-bean.com>
date Tue, 08 Dec 1992 00:39:49 +0000
parents 6385a9f381fe
children a27d877a1eea
files regex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/regex.c	Tue Dec 01 18:28:07 1992 +0000
+++ b/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