summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2003-03-26 00:00:30 +0000
committerRob Browning <rlb@defaultvalue.org>2003-03-26 00:00:30 +0000
commit6ada43c9441f841f76f302a0e9a0ab8b75383adb (patch)
tree7c00e6b6e91ef644d186f43402638f147ff50be7
parent3f3b22650cbaf795572231173d777f376f9e6189 (diff)
downloadguile-6ada43c9441f841f76f302a0e9a0ab8b75383adb.tar.gz
* strop.c: #include <config.h> if HAVE_CONFIG_H.
-rw-r--r--libguile/strop.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/strop.c b/libguile/strop.c
index f42046ba1..7a7247190 100644
--- a/libguile/strop.c
+++ b/libguile/strop.c
@@ -41,9 +41,10 @@ If you write modifications of your own for GUILE, it is your choice
whether to permit this exception to apply to your modifications.
If you do not wish that, delete this exception notice. */
-
-
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <errno.h>