*** empty log message ***
authorDavid J. MacKenzie <djm@gnu.org>
Tue, 1 Dec 1992 18:28:07 +0000 (18:28 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Tue, 1 Dec 1992 18:28:07 +0000 (18:28 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 02455be179cc32a05391ce392980706751abdb34..22777ca2be65d5798b2c6bf102b7f19accb00fbf 100644 (file)
--- a/regex.c
+++ b/regex.c
 /* 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"