diff options
author | Rob Browning <rlb@defaultvalue.org> | 2003-03-26 00:00:35 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2003-03-26 00:00:35 +0000 |
commit | c986274fc28262df996ef5b939218c25c80566c2 (patch) | |
tree | 486f6779218fed7ec4a017393b2d818ae638d353 | |
parent | 6ada43c9441f841f76f302a0e9a0ab8b75383adb (diff) | |
download | guile-c986274fc28262df996ef5b939218c25c80566c2.tar.gz |
* strports.c: #include <config.h> if HAVE_CONFIG_H.
-rw-r--r-- | libguile/strports.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/strports.c b/libguile/strports.c index 419a2df1a..54a7cc895 100644 --- a/libguile/strports.c +++ b/libguile/strports.c @@ -42,6 +42,10 @@ +#if HAVE_CONFIG_H +# include <config.h> +#endif + #include "libguile/_scm.h" #include <stdio.h> |