diff options
author | Rob Browning <rlb@defaultvalue.org> | 2003-03-26 00:00:46 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2003-03-26 00:00:46 +0000 |
commit | a6f7f57d2587e6eba75fe3aa90d1837326ec4c73 (patch) | |
tree | 2463bb54c0ceb4ecfba07ecea3a16b8d94a41996 /libguile/struct.c | |
parent | c986274fc28262df996ef5b939218c25c80566c2 (diff) | |
download | guile-a6f7f57d2587e6eba75fe3aa90d1837326ec4c73.tar.gz |
* struct.c: #include <config.h> if HAVE_CONFIG_H.
Diffstat (limited to 'libguile/struct.c')
-rw-r--r-- | libguile/struct.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile/struct.c b/libguile/struct.c index 94b431853..46b3f48fc 100644 --- a/libguile/struct.c +++ b/libguile/struct.c @@ -39,8 +39,10 @@ * 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 "libguile/_scm.h" #include "libguile/chars.h" |