Mercurial > emacs
diff src/regex.c @ 1645:fb092d69da76
*** empty log message ***
| author | David J. MacKenzie <djm@gnu.org> |
|---|---|
| date | Tue, 01 Dec 1992 18:28:07 +0000 |
| parents | 340feb030df1 |
| children | 4383bffb2ad9 |
line wrap: on
line diff
--- 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 <sys/types.h> +#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"
