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

index b0e34e4..7dd6c85 100644 (file)
  * This is the C part of the module for delimited I/O.  It's
  * similar to (scsh rdelim) but somewhat incompatible.  */
 
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "libguile/_scm.h"
 
 #include <stdio.h>