summaryrefslogtreecommitdiff
path: root/srfi/srfi-14.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-14.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-14.c')
-rw-r--r--srfi/srfi-14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-14.c b/srfi/srfi-14.c
index 3cbf63c6e..3755608ca 100644
--- a/srfi/srfi-14.c
+++ b/srfi/srfi-14.c
@@ -1356,6 +1356,6 @@ scm_init_srfi_14 (void)
scm_set_smob_print (scm_tc16_charset, charset_print);
#ifndef SCM_MAGIC_SNARFER
-#include "srfi-14.x"
+#include "srfi/srfi-14.x"
#endif
}