aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid J. MacKenzie <[email protected]>1992-12-01 18:28:07 +0000
committerDavid J. MacKenzie <[email protected]>1992-12-01 18:28:07 +0000
commita8cfc9f7e0f309f9c2582b8ee23e1932572886a3 (patch)
treecd5efabccb9df37e9bba3dd2a729fae33d767534
parente12d0df7040cfd607bf67a7487eddfac5979b51e (diff)
*** empty log message ***
-rw-r--r--src/regex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 02455be179..22777ca2be 100644
--- a/src/regex.c
+++ b/src/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"