summaryrefslogtreecommitdiff
path: root/srfi/srfi-13.c
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2001-04-27 18:16:09 +0000
committerGary Houston <ghouston@arglist.com>2001-04-27 18:16:09 +0000
commit485efc12b7884c1657dcbd4632d0957f80d32fce (patch)
tree8a524f8d55d73bbea8d9b275f7828c3bd72a70f9 /srfi/srfi-13.c
parent3c1d130162ecc3954453a1c4d05f83747316c6cf (diff)
downloadguile-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.c2
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
}