From: David J. MacKenzie Date: Tue, 1 Dec 1992 18:28:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec45f4c828795d82459f1ef52659b8f2f9eac88;p=pspp *** empty log message *** --- 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"