1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* 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.)
This commit is contained in:
Mikael Djurfeldt 2000-08-26 20:55:49 +00:00
parent 9b5477f6f6
commit 480a873ce1

View file

@ -2294,7 +2294,7 @@ scm_environments_prehistory ()
void
scm_init_environments ()
{
#include "environments.x"
#include "libguile/environments.x"
}