From dec45f4c828795d82459f1ef52659b8f2f9eac88 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Tue, 1 Dec 1992 18:28:07 +0000 Subject: [PATCH] *** empty log message *** --- regex.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/regex.c b/regex.c index 02455be179..22777ca2be 100644 --- a/regex.c +++ b/regex.c @@ -29,11 +29,14 @@ /* We need this for `regex.h', and perhaps for the Emacs include files. */ #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* The `emacs' switch turns on certain matching commands that make sense only in Emacs. */ #ifdef emacs -#include "config.h" #include "lisp.h" #include "buffer.h" #include "syntax.h" -- 2.30.2