# HG changeset patch # User David J. MacKenzie # Date 723234487 0 # Node ID fb092d69da763a0960d217d0257383eba11607a7 # Parent 35fbd349c58d7dcce1064fb25d4c324f9f7f58e7 *** empty log message *** diff -r 35fbd349c58d -r fb092d69da76 src/regex.c --- a/src/regex.c Fri Nov 27 22:55:31 1992 +0000 +++ b/src/regex.c Tue Dec 01 18:28:07 1992 +0000 @@ -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"