* regex-posix.c: #include <config.h> if HAVE_CONFIG_H.
authorRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:59:25 +0000 (23:59 +0000)
committerRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:59:25 +0000 (23:59 +0000)
libguile/regex-posix.c

index bd7c341..0910147 100644 (file)
    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"