Mercurial > emacs
changeset 1645:fb092d69da76
*** empty log message ***
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Tue, 01 Dec 1992 18:28:07 +0000 |
parents | 35fbd349c58d |
children | 81cdb2347fab |
files | src/regex.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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"