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

index 0a0c121..0c8a379 100644 (file)
@@ -41,6 +41,9 @@
 
 
 \f
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <stdio.h>
 #include <fcntl.h>