diff options
author | Rob Browning <rlb@defaultvalue.org> | 2003-03-25 23:58:31 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2003-03-25 23:58:31 +0000 |
commit | 2546b5c35429b7144b1a235c0fa83d09e5a835f4 (patch) | |
tree | c13e95dfa66afb319e9d1a2605f418c264261679 | |
parent | bd515f37409fe823f9170167db8bb0b770e6b51e (diff) | |
download | guile-2546b5c35429b7144b1a235c0fa83d09e5a835f4.tar.gz |
* posix.c: #include <config.h> if HAVE_CONFIG_H.
-rw-r--r-- | libguile/posix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/posix.c b/libguile/posix.c index 45b175c6f..a23dff354 100644 --- a/libguile/posix.c +++ b/libguile/posix.c @@ -41,6 +41,9 @@ +#if HAVE_CONFIG_H +# include <config.h> +#endif /* Make GNU/Linux libc declare everything it has. */ #define _GNU_SOURCE |