diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-08-26 20:55:49 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-08-26 20:55:49 +0000 |
commit | 480a873ce1c9dfba47d1f4866e3cd6657cf08dba (patch) | |
tree | e66ed652f012edf90405fbd03770fe587e1a76dc /libguile/environments.c | |
parent | 9b5477f6f615248bb4ed7660a3ac0192b55c587b (diff) | |
download | guile-480a873ce1c9dfba47d1f4866e3cd6657cf08dba.tar.gz |
* environments.c (scm_init_environments): All internal includes in
libguile must use the prefix "libguile/" in path names since inly
the top-level source directory is on the include list. (That, in
turn, is because we want to distinguish between system header
files and hedares files internal to libguile.)
Diffstat (limited to 'libguile/environments.c')
-rw-r--r-- | libguile/environments.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/environments.c b/libguile/environments.c index 594adddfb..6cb98bb9e 100644 --- a/libguile/environments.c +++ b/libguile/environments.c @@ -2294,7 +2294,7 @@ scm_environments_prehistory () void scm_init_environments () { -#include "environments.x" +#include "libguile/environments.x" } |