*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Tue, 8 Dec 1992 00:39:49 +0000 (00:39 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 8 Dec 1992 00:39:49 +0000 (00:39 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 22777ca2be65d5798b2c6bf102b7f19accb00fbf..a5594be55ed87fd187ba781bf00dba43d82ba1da 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -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