summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/regex-posix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/regex-posix.c b/libguile/regex-posix.c
index bd7c341e2..0910147c3 100644
--- a/libguile/regex-posix.c
+++ b/libguile/regex-posix.c
@@ -51,6 +51,10 @@
libraries which do not agree with the Spencer implementation may
produce varying behavior. Sigh. */
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <sys/types.h>
#include "libguile/_scm.h"