Mercurial > hg > octave-lojdl > gnulib-hg
changeset 26:6385a9f381fe
*** empty log message ***
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Tue, 01 Dec 1992 18:28:07 +0000 |
parents | d827a25d0561 |
children | e47939004adb |
files | regex.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/regex.c +++ b/regex.c @@ -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"