diff options
author | Gary Houston <ghouston@arglist.com> | 2001-04-27 18:16:09 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2001-04-27 18:16:09 +0000 |
commit | 485efc12b7884c1657dcbd4632d0957f80d32fce (patch) | |
tree | 8a524f8d55d73bbea8d9b275f7828c3bd72a70f9 /srfi/srfi-13.c | |
parent | 3c1d130162ecc3954453a1c4d05f83747316c6cf (diff) | |
download | guile-485efc12b7884c1657dcbd4632d0957f80d32fce.tar.gz |
* srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):
add "srfi/" to lines including .x files so they can be found
when build_dir != src_dir.
Diffstat (limited to 'srfi/srfi-13.c')
-rw-r--r-- | srfi/srfi-13.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-13.c b/srfi/srfi-13.c index 800677315..b50ef085c 100644 --- a/srfi/srfi-13.c +++ b/srfi/srfi-13.c @@ -3027,7 +3027,7 @@ void scm_init_srfi_13 (void) { #ifndef SCM_MAGIC_SNARFER -#include "srfi-13.x" +#include "srfi/srfi-13.x" #endif } |